UNPKG

country-flag-icons

Version:

Vector (*.svg) country flag icons in 3x2 aspect ratio.

8 lines 257 B
import hasFlag from './hasFlag'; describe('hasFlag', function () { it('should return whether a flag icon exists', function () { hasFlag('RU').should.equal(true); hasFlag('ZZ').should.equal(false); }); }); //# sourceMappingURL=hasFlag.test.js.map