We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0a7b0 commit 08fcb3fCopy full SHA for 08fcb3f
1 file changed
test/tap/cache-add-unpublished.js
@@ -18,7 +18,7 @@ test('cache add', function (t) {
18
if (er) throw er
19
t.ok(c, 'got non-zero exit code')
20
t.equal(so, '', 'nothing printed to stdout')
21
- t.similar(se, /404 Not Found: superfoo/, 'got expected error')
+ t.similar(se, /404 Not Found.*superfoo/, 'got expected error')
22
s.close()
23
t.end()
24
}
0 commit comments