31 Commits (42158a03132568ce28cf94e73ba6b8039b208d5d)

Author SHA1 Message Date
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
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
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. 13 years ago
Maciej Małecki 365fdbfc64 test: Update assert module tests 13 years ago
Ryan Dahl 0696e78d64 Improve assert error messages 13 years ago
koichik 5f97c9a005 Improvements AssertionError message 13 years ago
Ryan Dahl 6394ba28c8 Add test for circular refs in deepEquals 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Oleg Slobodskoi 23cf938e4f fix assert.throws 14 years ago
Oleg Efimov 0665f0271e GJSLint all simple tests exclude http-*, url, path 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Oleg Slobodskoi 02083412eb assert.throws can now accept as RegExp 14 years ago
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 14 years ago