37 Commits (912f78a56692aea37865c222914777f8d070fd88)

Author SHA1 Message Date
Rich Trott b4cf8c4036
benchmark,lib,test: adjust for linting 8 years ago
richnologies da874590a6
test: improve test-assert 8 years ago
Travis Meisenheimer ca53866333
test: add message verification on assert.throws 8 years ago
Marlena Compton 8cce29587c
test: add 2nd argument to throws in test-assert 8 years ago
jobala 460a3e1f7a
test: improve test-assert.js 8 years ago
Rich Trott d7a36fc2da test: use consistent block spacing 8 years ago
Rich Trott 4492cc3e25 test,lib: align arguments in multiline calls 9 years ago
Rich Trott f47ce9d9f8 tools: replace custom ESLint rule with built-in 9 years ago
Rich Trott a6f83797df test: add assert.notDeepStrictEqual() tests 9 years ago
Rich Trott 4deb05434f test: add assert.notDeepEqual() tests 9 years ago
Rich Trott 3d0cf9e4f1 test: add missing assert.deepEqual() test case 9 years ago
Rich Trott 4b6ed24f02 test: confirm that assert truncates long values 9 years ago
Rich Trott 853f605de4 test: add test for assert.notStrictEqual() 9 years ago
Rich Trott 40211e80f2 assert: remove unneeded arguments special handling 9 years ago
Rich Trott ceeae4b180 tools,test: make argument linting more stringent 9 years ago
Rich Trott 76c9ab5fcf assert: allow circular references 9 years ago
Rich Trott 6d1606ee94 test,tools: adjust function argument alignment 9 years ago
Rich Trott 3a0eef7b99 test,benchmark: use deepStrictEqual() 9 years ago
surya panikkal 3dbd58ab3e test: assert - fixed error messages to match the tests 9 years ago
Ilya Shaisultanov 8b8746f43d 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() 10 years ago
Ben Noordhuis ded4f91eef assert: support arrow functions in .throws() 10 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 12 years ago
Ryan Doenges 6101eb184d assert: put info in err.message, not err.name 12 years ago
koichik 72bc4dcda4 assert: fix throws() throws an error without message property 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Andreas Madsen 4865063924 Tests: fix jslint issues 13 years ago
Maciej Małecki 5c7532e5b3 assert: test `RegExp`'s properties when checking for equality 13 years ago
Pedro Teixeira a805012d6f assert: .deepEqual() support for RegExp objects 14 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 14 years ago
Maciej Małecki 365fdbfc64 test: Update assert module tests 14 years ago
Ryan Dahl 0696e78d64 Improve assert error messages 14 years ago
koichik 5f97c9a005 Improvements AssertionError message 14 years ago
Ryan Dahl 6394ba28c8 Add test for circular refs in deepEquals 14 years ago