@ima/plugin-testing-integration
Version:
IMA.js plugin for integration testing
28 lines (27 loc) • 678 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: Object.getOwnPropertyDescriptor(all, name).get
});
}
_export(exports, {
get clearImaApp () {
return _app.clearImaApp;
},
get getConfig () {
return _configuration.getConfig;
},
get initImaApp () {
return _app.initImaApp;
},
get setConfig () {
return _configuration.setConfig;
}
});
const _app = require("./app");
const _configuration = require("./configuration");
//# sourceMappingURL=main.js.map