UNPKG

@jsdevtools/karma-host-environment

Version:

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

9 lines (8 loc) 266 B
import { FilePattern } from "karma"; /** * Configures Karma to serve a JavaScript file that exposes the `host` global variable. */ export declare function karmaPlugin(files: FilePattern[]): void; export declare namespace karmaPlugin { var $inject: string[]; }