48 Commits (3d7c82bd612ebb9190d54b80c90ceed3310161aa)

Author SHA1 Message Date
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 9 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. 10 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
Ben Noordhuis ded4f91eef assert: support arrow functions in .throws() 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Vladimir Kurchatkin 3f473ef141 assert: introduce `deepStrictEqual` 10 years ago
Vladimir Kurchatkin e7573f9111 assert: don't compare object `prototype` property 10 years ago
cjihrig 40e29dcbbf assert: use util.inspect() to create error messages 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
cjihrig 14dc9175eb assert: throw when block is not a function 10 years ago
teppeis 00a7456c19 assert: fix deepEqual regression 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Mike Pennisi aae51ecf7d assert: Ensure reflexivity of deepEqual 11 years ago
Glen Mailer 66b8c3c5a0 assert: indicate if exception message is generated 11 years ago