66 Commits (e9b72916790b21daa6d1caac3a9540e8cdadad57)

Author SHA1 Message Date
Kai Cataldo 398229ac71 assert: update comments 8 years ago
Miguel Angel Asencio Hurtado ef030da818 assert: name anonymous functions 8 years ago
Rich Trott d4061a6314 tools: replace custom ESLint rule with built-in 8 years ago
Rich Trott 2e59ccecde assert: remove code that is never reached 8 years ago
Feross Aboukhadijeh 387ab62939 assert: fix deepEqual/deepStrictEqual on equivalent typed arrays 8 years ago
Rich Trott db21266427 assert: remove unneeded arguments special handling 8 years ago
Rich Trott d3aafd02ef assert: allow circular references 9 years ago
Ilya Shaisultanov c1d82ac2ff assert: respect assert.doesNotThrow message. 9 years ago
Anna Henningsen cf949293ba assert: Check typed array view type in deepEqual 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Nathan Woltman d0582ef9e1 lib: copy arguments object instead of leaking it 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Claudio Rodriguez 63786227cc assert: typed array deepequal performance fix 9 years ago
Rich Trott da5cdc2207 assert: accommodate ES6 classes that extend Error 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ben Noordhuis ded4f91eef assert: support arrow functions in .throws() 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Alex Yursha 7dd5e824be assert: simplify logic of testing buffer equality 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 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 40e29dcbbf assert: use util.inspect() to create error messages 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 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
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
cjihrig b87ca794e3 lib: remove and restructure calls to isNaN() 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
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis dc9acd4fae assert: replace !!!value with just !value 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 0b8af89363 lint 12 years ago
isaacs c77312405e lint 12 years ago
Ryan Doenges 6101eb184d assert: put info in err.message, not err.name 12 years ago
isaacs 4716dc662d assert: Simplify AssertError creation 12 years ago
lukebayes ae1b0ca7a5 assert: improve support for new execution contexts 14 years ago
Ben Noordhuis e4cef1a083 doc: update assert.doesNotThrow() docs 12 years ago
koichik 72bc4dcda4 assert: fix throws() throws an error without message property 13 years ago
Nathan Rajlich 9eddaebb79 assert: remove unnecessary use of __proto__ 12 years ago
Nao Iizuka f8ce384446 docs: correct the description of assert.ok() 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 8c8d518723 assert: Make `assert` module an `assert.ok` function 13 years ago
Ryan Dahl 0696e78d64 Improve assert error messages 13 years ago
koichik 5f97c9a005 Improvements AssertionError message 13 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Oleg Slobodskoi 23cf938e4f fix assert.throws 14 years ago