KarmaConfigs: {
    browser?: "chrome" | "phantomjs";
}

configurable options for karma

  • Only applicable if @xarc/opt-karma feature is added and enabled.

Type declaration

  • Optional browser?: "chrome" | "phantomjs"

    Set the browser to use for karma.

    • Default: "chrome"
    • if not set, then check env KARMA_BROWSER