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 b725158 commit f5ff337Copy full SHA for f5ff337
worker.js
@@ -16,7 +16,7 @@ module.exports = {
16
}
17
done(null, false)
18
},
19
- test: config.test !== 'none' ? config.test : undefined
+ test: (config && config.test !== 'none') ? config.test : undefined
20
})
21
22
autodetect: {
0 commit comments