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 05f8053 commit 299f7fcCopy full SHA for 299f7fc
1 file changed
test/socket-npm.test.js
@@ -35,6 +35,6 @@ describe('Socket npm wrapper', () => {
35
args: ['i', 'bowserify']
36
})
37
assert.equal(ret.status, 1)
38
- assert.match(ret.stderr, /Unable to prompt/)
+ assert.equal(/Unable to prompt/.test(ret.stderr), true)
39
40
0 commit comments