backend v4 half
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
"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
|
||||
Reference in New Issue
Block a user