summaryrefslogtreecommitdiff
path: root/lib/assert.js
Commit message (Expand)AuthorAgeFilesLines
* repl: Private Buffer object in lib/* filesEmmanuel Odeke2014-10-251-1/+2
* lib: remove and restructure calls to isNaN()cjihrig2014-07-101-1/+1
* assert: Ensure reflexivity of deepEqualMike Pennisi2014-02-251-4/+5
* lintisaacs2013-05-141-1/+1
* assert: put info in err.message, not err.nameRyan Doenges2013-04-181-12/+6
* assert: Simplify AssertError creationisaacs2013-04-031-14/+10
* assert: improve support for new execution contextslukebayes2012-12-291-1/+1
* doc: update assert.doesNotThrow() docsBen Noordhuis2012-08-291-1/+1
* assert: fix throws() throws an error without message propertykoichik2012-07-291-2/+2
* assert: remove unnecessary use of __proto__Nathan Rajlich2012-07-251-4/+2
* docs: correct the description of assert.ok()Nao Iizuka2012-03-121-1/+1
* assert: test `RegExp`'s properties when checking for equalityMaciej Małecki2011-12-201-2/+7
* assert: .deepEqual() support for RegExp objectsPedro Teixeira2011-12-201-2/+7
* Fixed a lot of jslint errors.Colton Baker2011-10-051-2/+2
* assert: Make `assert` module an `assert.ok` functionMaciej Małecki2011-10-021-2/+3
* Improve assert error messagesRyan Dahl2011-08-091-17/+28
* Improvements AssertionError messagekoichik2011-07-141-2/+14
* LintRyan Dahl2011-01-061-1/+1
* fix assert.throwsOleg Slobodskoi2010-12-211-5/+6
* lintRyan Dahl2010-12-011-41/+43
* assert.throws can now accept as RegExpOleg Slobodskoi2010-11-291-30/+33
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-2/+2
* syntax fixes to pass jslintJoshaven Potter2010-10-061-2/+2
* Special deepEquals for bufferRyan Dahl2010-09-071-0/+9
* Add assert.ifErrorMikeal Rogers2010-05-211-0/+1
* trailing whitespace fixesisaacs2010-04-111-1/+1
* Include lib/ directory in node executable. Compile on demand.Ryan Dahl2010-03-151-3/+3
* Move process.inherits to sysRyan Dahl2010-03-011-2/+2
* Make assert.AssertionError instance of ErrorRyan Dahl2010-01-241-0/+1
* Stack trace for asserts shouldn't include assert moduleRyan Dahl2009-12-291-24/+22
* Fix assert.js code styleRyan Dahl2009-12-291-155/+156
* Dependency free assert module with unit testsKarl Guertin2009-12-051-50/+160
* CommonJS testing for node.jsFelix Geisendörfer2009-12-051-0/+176