59 Commits (c5521fa6176377e0be958621102cad29be39a290)

Author SHA1 Message Date
Ruben Bridgewater 1b2733f272
test: common.expectsError should be a must call 7 years ago
Ruben Bridgewater be20e9ecfe
assert: refactor to reduce unecessary code paths 7 years ago
Rich Trott 380929ec0c test: remove common.noop 8 years ago
Tobias Nießen 1d7414354e assert: fix incorrect use of ERR_INVALID_ARG_TYPE 7 years ago
Vse Mozhet Byt 76340e3f10 test: fix RegExp nits 7 years ago
rmdm b1ed55f259 assert: fix deepEqual RangeError: Maximum call stack size exceeded 8 years ago
Rich Trott f6247a945c assert: restore TypeError if no arguments 8 years ago
larissayvette 1c834e78ff errors,test: migrating error to internal/errors 8 years ago
Vse Mozhet Byt 8b76c3e60c test: reduce string concatenations 8 years ago
James M Snell e48d58b8b2 assert: fix AssertionError, assign error code 8 years ago
Rich Trott a180259e42 test,lib,doc: use function declarations 8 years ago
Michaël Zasso 9de2e159c4 test: add second argument to assert.throws 8 years ago
Brian White 61ebfa8d1f tools: add unescaped regexp dot rule to linter 8 years ago
James M Snell 4f2e372716 test: add common.noop, default for common.mustCall() 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Joyee Cheung 562cf5a81c assert: fix premature deep strict comparison 8 years ago
Rich Trott 0af41834f1 assert: fix misformatted error message 8 years ago
jobala 5f20d62c8f test: improve test-assert.js 8 years ago
Rich Trott 62f513a9c8 test: add missing initialization in test-assert 8 years ago
Rich Trott 4334658635 tools: enable no-throw-literal ESLint rule 8 years ago
Marlena Compton 262400fd61 test: add 2nd argument to throws in test-assert 8 years ago
richnologies 087516a34e test: improve test-assert 8 years ago
Travis Meisenheimer 3e7a414853 test: add message verification on assert.throws 8 years ago
Gibson Fahnestock 3d2aef3979 test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
cjihrig ff1efa6087 test: use const for all require() calls 8 years ago
Rich Trott ece3e37cfa
test: use consistent block spacing 8 years ago
Rich Trott 4316f4df31 test,lib: align arguments in multiline calls 8 years ago
Rich Trott d4061a6314 tools: replace custom ESLint rule with built-in 8 years ago
Rich Trott 181324e192 test: add assert.notDeepStrictEqual() tests 8 years ago
Rich Trott 294e3008ad test: add assert.notDeepEqual() tests 8 years ago
Rich Trott de3d805a4c test: add missing assert.deepEqual() test case 8 years ago
Rich Trott a0971b7da0 test: confirm that assert truncates long values 8 years ago
Rich Trott 647826017e test: add test for assert.notStrictEqual() 8 years ago
Rich Trott db21266427 assert: remove unneeded arguments special handling 8 years ago
Rich Trott d73e189c26 tools,test: make argument linting more stringent 9 years ago
Rich Trott d3aafd02ef assert: allow circular references 9 years ago
Rich Trott 8f56958658 test,tools: adjust function argument alignment 9 years ago
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual() 9 years ago
surya panikkal aa4d2ae897 test: assert - fixed error messages to match the tests 9 years ago
Ilya Shaisultanov c1d82ac2ff assert: respect assert.doesNotThrow message. 9 years ago
Rich Trott 25713861c0 test: remove unneeded common.indirectInstanceOf() 9 years ago
cjihrig efd33a2a9a test: update arrow function style 9 years ago
Rich Trott 34daaa764f test: scope redeclared variable 9 years ago
Rich Trott 686a85ff43 test: remove unused var from test-assert.js 9 years ago
Rich Trott da5cdc2207 assert: accommodate ES6 classes that extend Error 9 years ago
Rich Trott 35f2f64edd tools: Use `throw new Error()` consistently 9 years ago
cjihrig 2c33819370 test: fix tests that check error messages 9 years ago
Rich Trott 0f99320aa0 test: add Symbol test for assert.deepEqual() 9 years ago