0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test/addons
brad-decker 18016d3b3f test: replace assert.equal with assert.strictEqual
Using NodeTodo I learned of a need to swap out the .equal function
with .strictEqual in a few test files.

https://twitter.com/NodeTodo/status/803657321993961472
https://gist.github.com/Trott/864401455d4afa2428cd4814e072bd7c

additional commits squashed:
.strictEqual's argument signature is actual, expected, [message].
Previously some statements were listed as expected, actual.
As asked in PR i swapped them to match the correct argument signature.

PR-URL: https://github.com/nodejs/node/pull/9842
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2016-12-01 13:50:25 -06:00
..
async-hello-world test: replace assert.equal with assert.strictEqual 2016-12-01 13:50:25 -06:00
at-exit test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
buffer-free-callback test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
heap-profiler test: enable addons test to pass with debug build 2016-10-06 10:27:30 -07:00
hello-world test: replace assert.equal with assert.strictEqual 2016-12-01 13:50:25 -06:00
hello-world-function-export test: replace assert.equal with assert.strictEqual 2016-12-01 13:50:25 -06:00
load-long-path test: replace assert.equal with assert.strictEqual 2016-12-01 13:50:25 -06:00
make-callback src: make cross-context MakeCallback() calls work 2016-10-25 13:18:01 +02:00
make-callback-recurse test: refactor make-callback-recurse test 2016-11-09 19:21:30 -08:00
new-target test: add new.target add-on regression test 2016-11-21 14:34:25 +01:00
node-module-version test: enable node-module-version/test.js with debug 2016-10-17 09:53:28 +02:00
null-buffer-neuter test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
openssl-binding test: enable addons test to pass with debug build 2016-10-06 10:27:30 -07:00
parse-encoding test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
repl-domain-abort test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
stringbytes-external-exceed-max test: replace assert.equal with assert.strictEqual 2016-12-01 13:50:25 -06:00
symlinked-module test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
zlib-binding test: enable addons test to pass with debug build 2016-10-06 10:27:30 -07:00
.gitignore
testcfg.py