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