UNPKG

@botique/libphonenumber-js

Version:

A simpler (and smaller) rewrite of Google Android's popular libphonenumber library

9 lines (8 loc) 270 B
import { matches_entirely } from '../source/common'; describe('common', function () { it('`matches_entirely` should work in edge cases', function () { // No text matches_entirely(undefined, /^$/).should.equal(true); }); }); //# sourceMappingURL=common.test.js.map