| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,6 +37,6 @@ function tryListen() { | |||
| 37 | 37 | } | |
| 38 | 38 | ||
| 39 | 39 | process.on('exit', function() { | |
| 40 | - assert.equal(4, deaths); | ||
| 41 | - assert.equal(3, revivals); | ||
| 40 | + assert.strictEqual(4, deaths); | ||
| 41 | + assert.strictEqual(3, revivals); | ||
| 42 | 42 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments