You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
508 B
JavaScript
14 lines
508 B
JavaScript
"use strict";
|
|
|
|
var _metadataMin = _interopRequireDefault(require("../metadata.min.json"));
|
|
|
|
var _getCountries = _interopRequireDefault(require("./getCountries.js"));
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
|
|
describe('getCountries', function () {
|
|
it('should get countries list', function () {
|
|
expect((0, _getCountries["default"])(_metadataMin["default"]).indexOf('RU') > 0).to.be["true"];
|
|
});
|
|
});
|
|
//# sourceMappingURL=getCountries.test.js.map
|