Skip to content

Commit 99feb30

Browse files
committed
Deleted saucelabs init from karma config.
1 parent 4c186ab commit 99feb30

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/karma.conf.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import {
2525
ConfigOptions as KarmaConfigOptions
2626
} from "karma"
2727

28-
import { saucelabs, webpack } from "./config"
29-
import * as browsers from "./config/browsers/unit.json"
28+
import { webpack } from "./config"
3029

3130
/* ----------------------------------------------------------------------------
3231
* Configuration
@@ -89,11 +88,6 @@ export default (config: KarmaConfig & KarmaConfigOptions) => {
8988
jasmine: {
9089
random: false
9190
}
92-
},
93-
94-
/* Configuration overrides */
95-
...(process.env.GITHUB_ACTIONS || process.env.SAUCE
96-
? saucelabs(config, browsers)
97-
: {})
91+
}
9892
})
9993
}

0 commit comments

Comments
 (0)