Skip to content

Commit c704f15

Browse files
committed
version fix
1 parent 73ebcc8 commit c704f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)