| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9bc5c9f commit d75a3f6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,5 +24,8 @@ child.on('exit', common.mustCall(function(code) { | |||
| 24 | 24 | const outputLines = actualUsageMessage.split('\n'); | |
| 25 | 25 | assert.strictEqual(code, 1); | |
| 26 | 26 | for (let i = 0; i < expectedLines.length; i++) | |
| 27 | - assert(expectedLines[i].test(outputLines[i])); | ||
| 27 | + assert.ok( | ||
| 28 | + expectedLines[i].test(outputLines[i]), | ||
| 29 | + `${outputLines[i]} did not match ${expectedLines[i]}` | ||
| 30 | + ); | ||
| 28 | 31 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments