We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a6d2c commit 995a3d6Copy full SHA for 995a3d6
test/karma.config.cjs
@@ -1,7 +1,9 @@
1
+process.env.CHROME_BIN = require('chromium').path
2
+
3
module.exports = function (config) {
4
config.set({
5
frameworks: ['mocha', 'chai'],
- files: [{pattern: '../dist/index.js', type: 'module'}, 'test.js'],
6
+ files: [{ pattern: '../dist/index.js', type: 'module' }, 'test.js'],
7
reporters: ['mocha'],
8
port: 9876,
9
colors: true,
0 commit comments