Skip to content

Commit 299f7fc

Browse files
committed
version fix
1 parent 05f8053 commit 299f7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/socket-npm.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ describe('Socket npm wrapper', () => {
3535
args: ['i', 'bowserify']
3636
})
3737
assert.equal(ret.status, 1)
38-
assert.match(ret.stderr, /Unable to prompt/)
38+
assert.equal(/Unable to prompt/.test(ret.stderr), true)
3939
})
4040
})

0 commit comments

Comments
 (0)