Skip to content

Commit 15b0803

Browse files
authored
use system chrome
chrome is now installed in codespace in the Dockerfile
1 parent 653f4d2 commit 15b0803

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

karma.config.cjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* eslint-disable filenames/match-regex */
22

3-
// eslint-disable-next-line import/no-commonjs, no-undef, @typescript-eslint/no-var-requires
4-
process.env.CHROME_BIN = require('chromium').path
5-
63
function completer(request, response, next) {
74
if (request.method === 'GET' && request.url.startsWith('/search?q=hub')) {
85
response.writeHead(200)

0 commit comments

Comments
 (0)