Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 83827f9

Browse files
committedOct 26, 2021
Debug CI tests
1 parent dc36af7 commit 83827f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎karma.conf.js

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ module.exports = function (config) {
3636
logLevel: config.LOG_INFO,
3737
autoWatch: false,
3838
browsers: ['ChromeHeadless', 'FirefoxHeadless'],
39+
browserify: {
40+
ignoreMissing: true,
41+
}
3942
};
4043

4144
config.set(configuration);

0 commit comments

Comments
 (0)
This repository has been archived.