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 058fbc0 commit c6e3da1Copy full SHA for c6e3da1
test/karma.config.js
@@ -1,3 +1,6 @@
1
+// eslint-disable-next-line no-undef
2
+process.env.CHROME_BIN = require('chromium').path
3
+
4
function reply(request, response, next) {
5
if (request.method === 'GET') {
6
if (request.url.startsWith('/500')) {
0 commit comments