We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ae5e7 commit ec544c0Copy full SHA for ec544c0
karma.config.cjs
@@ -1,8 +1,5 @@
1
/* eslint-disable filenames/match-regex */
2
3
-// eslint-disable-next-line import/no-commonjs, no-undef, @typescript-eslint/no-var-requires
4
-process.env.CHROME_BIN = require('chromium').path
5
-
6
function completer(request, response, next) {
7
if (request.method === 'GET' && request.url.startsWith('/search?q=hub')) {
8
response.writeHead(200)
0 commit comments