Skip to content

Commit b7a5aa3

Browse files
authored
configure karma to use chromium
1 parent 36ea100 commit b7a5aa3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/karma.config.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* eslint-disable-next-line @typescript-eslint/no-var-requires */
2+
process.env.CHROME_BIN = require('chromium').path
3+
14
module.exports = function (config) {
25
config.set({
36
basePath: '..',

0 commit comments

Comments
 (0)