Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 43d68c8

Browse files
committedAug 21, 2019
fix: spurious test failure
1 parent f51a8d3 commit 43d68c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ test('installPackages unit', t => {
178178
}, err => {
179179
t.match(
180180
err.message,
181-
/Install for codefail failed with code 123/,
181+
/Install for .*codefail.* failed with code 123/,
182182
'npm install failure has helpful error message'
183183
)
184184
t.equal(err.exitCode, 123, 'error has exitCode')

0 commit comments

Comments
 (0)
This repository has been archived.