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 9f7aa3c commit 8e4592cCopy full SHA for 8e4592c
test/karma.config.cjs
@@ -1,3 +1,5 @@
1
+process.env.CHROME_BIN = require('chromium').path
2
+
3
function checker(request, response, next) {
4
if (request.method === 'POST' && request.url.startsWith('/fail')) {
5
response.writeHead(422)
0 commit comments