There was an error while loading. Please reload this page.
1 parent 806b870 commit a4eec2bCopy full SHA for a4eec2b
karma.conf.js
@@ -11,10 +11,10 @@ module.exports = karmaConfig({
11
sourceDir: "lib",
12
fixtures: "test/fixtures/**/*.js",
13
browsers: {
14
- chrome: !host.os.windows,
+ chrome: true,
15
firefox: host.os.linux,
16
safari: host.os.linux, // SauceLabs
17
- edge: host.os.linux, // SauceLabs
18
- ie: host.os.windows,
+ edge: false, // host.os.linux, // SauceLabs
+ ie: false, // host.os.windows,
19
},
20
});
0 commit comments