UNPKG

@jsdevtools/karma-host-environment

Version:

Access host info (OS, browser version, environment variables) in browser tests

12 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const karma_plugin_1 = require("./karma-plugin"); // Export the Karma plugin exports.default = { "framework:host-environment": ["factory", karma_plugin_1.karmaPlugin], }; // CommonJS default export hack if (typeof module === "object" && typeof module.exports === "object") { module.exports = Object.assign(module.exports.default, module.exports); } //# sourceMappingURL=index.js.map