Skip to content

Commit 0af07b0

Browse files
Getting browser testing working in GitHub Actions
1 parent 47a73a2 commit 0af07b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { host } = require("./");
99
module.exports = karmaConfig({
1010
sourceDir: "esm",
1111
browsers: {
12-
chrome: host.os.linux,
12+
chrome: true,
1313
firefox: host.os.linux,
1414
safari: host.os.linux, // SauceLabs
1515
edge: host.os.linux, // SauceLabs

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@jsdevtools/eslint-config-modular": "^8.0.0",
55-
"@jsdevtools/karma-config": "^3.0.0",
55+
"@jsdevtools/karma-config": "^3.0.1",
5656
"@jsdevtools/tslint-modular": "^2.0.1",
5757
"@jsdevtools/version-bump-prompt": "^6.0.0",
5858
"@types/node": "^13.7.0",

0 commit comments

Comments
 (0)