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 1ff2ee3 commit d1457cdCopy full SHA for d1457cd
test/lock-test.js
@@ -32,7 +32,7 @@ module.exports = (repo) => {
32
const mochaExceptionHandler = process.listeners('uncaughtException').pop()
33
process.removeListener('uncaughtException', mochaExceptionHandler)
34
process.once('uncaughtException', function (err) {
35
- expect(err.message).to.match(/already held/)
+ expect(err.message).to.match(/already held|IO error/)
36
})
37
38
series([
0 commit comments