| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ad27555 commit c3a3480
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,8 +70,8 @@ var server = http.createServer(function(req, res) { | |||
| 70 | 70 | }); | |
| 71 | 71 | ||
| 72 | 72 | process.on('exit', function() { | |
| 73 | - assert.equal(caughtA, false); | ||
| 74 | - assert.equal(caughtB, true); | ||
| 75 | - assert.equal(caughtC, true); | ||
| 73 | + assert.strictEqual(caughtA, false); | ||
| 74 | + assert.strictEqual(caughtB, true); | ||
| 75 | + assert.strictEqual(caughtC, true); | ||
| 76 | 76 | console.log('ok - Errors went where they were supposed to go'); | |
| 77 | 77 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments