UNPKG

@jsdevtools/karma-host-environment

Version:

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

7 lines (6 loc) 209 B
import { karmaPlugin } from "./karma-plugin"; export { KarmaHost } from "./karma-host"; declare const _default: { "framework:host-environment": (string | typeof karmaPlugin)[]; }; export default _default;