ccashfrontend/views/node_modules/libphonenumber-js/es6/getCountries.test.js
2021-06-18 09:20:09 +10:00

8 lines
No EOL
298 B
JavaScript

import metadata from '../metadata.min.json';
import getCountries from './getCountries';
describe('getCountries', function () {
it('should get countries list', function () {
expect(getCountries(metadata).indexOf('RU') > 0).to.be["true"];
});
});
//# sourceMappingURL=getCountries.test.js.map