File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ under the licensing terms detailed in LICENSE:
38
38
* yjhmelody <yjh465402634@gmail.com>
39
39
* bnbarak <bn.barak@gmail.com>
40
40
* Colin Eberhardt <colin.eberhardt@gmail.com>
41
+ * Ryan Pivovar <ryanpivovar@gmail.com>
41
42
42
43
Portions of this software are derived from third-party works licensed under
43
44
the following terms:
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ function ensureTestsIndexJs() {
408
408
fs . writeFileSync ( testsIndexFile , [
409
409
"const assert = require(\"assert\");" ,
410
410
"const myModule = require(\"..\");" ,
411
- "assert.equal (myModule.add(1, 2), 3);" ,
411
+ "assert.strictEqual (myModule.add(1, 2), 3);" ,
412
412
"console.log(\"ok\");"
413
413
] . join ( "\n" ) + "\n" ) ;
414
414
console . log ( colors . green ( " Created: " ) + testsIndexFile ) ;
You can’t perform that action at this time.
0 commit comments