mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
8 lines
No EOL
298 B
JavaScript
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
|