Skip to content

Commit a71554e

Browse files
authored
configure karma to use chromium
1 parent 0964a4a commit a71554e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/karma.config.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
process.env.CHROME_BIN = require('chromium').path
2+
13
module.exports = function (config) {
24
config.set({
35
frameworks: ['mocha', 'chai'],

0 commit comments

Comments
 (0)