We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c186ab commit 99feb30Copy full SHA for 99feb30
tests/karma.conf.ts
@@ -25,8 +25,7 @@ import {
25
ConfigOptions as KarmaConfigOptions
26
} from "karma"
27
28
-import { saucelabs, webpack } from "./config"
29
-import * as browsers from "./config/browsers/unit.json"
+import { webpack } from "./config"
30
31
/* ----------------------------------------------------------------------------
32
* Configuration
@@ -89,11 +88,6 @@ export default (config: KarmaConfig & KarmaConfigOptions) => {
89
88
jasmine: {
90
random: false
91
}
92
- },
93
-
94
- /* Configuration overrides */
95
- ...(process.env.GITHUB_ACTIONS || process.env.SAUCE
96
- ? saucelabs(config, browsers)
97
- : {})
+ }
98
})
99
0 commit comments