| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ function assertOutputLines() { | |||
| 42 | 42 | 'Debugger listening on (\\[::\\]|0\\.0\\.0\\.0):' + debugPort, | |
| 43 | 43 | ]; | |
| 44 | 44 | ||
| 45 | - assert.equal(outputLines.length, expectedLines.length); | ||
| 45 | + assert.strictEqual(outputLines.length, expectedLines.length); | ||
| 46 | 46 | for (var i = 0; i < expectedLines.length; i++) | |
| 47 | 47 | assert(RegExp(expectedLines[i]).test(outputLines[i])); | |
| 48 | 48 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments