summaryrefslogtreecommitdiff
path: root/lib/assert.js
AgeCommit message (Expand)Author
2012-12-29assert: improve support for new execution contextslukebayes
2012-08-29doc: update assert.doesNotThrow() docsBen Noordhuis
2012-07-29assert: fix throws() throws an error without message propertykoichik
2012-07-25assert: remove unnecessary use of __proto__Nathan Rajlich
2012-03-12docs: correct the description of assert.ok()Nao Iizuka
2011-12-20assert: test `RegExp`'s properties when checking for equalityMaciej Małecki
2011-12-20assert: .deepEqual() support for RegExp objectsPedro Teixeira
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-10-02assert: Make `assert` module an `assert.ok` functionMaciej Małecki
2011-08-09Improve assert error messagesRyan Dahl
2011-07-14Improvements AssertionError messagekoichik
2011-01-06LintRyan Dahl
2010-12-21fix assert.throwsOleg Slobodskoi
2010-12-01lintRyan Dahl
2010-11-29assert.throws can now accept as RegExpOleg Slobodskoi
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-06syntax fixes to pass jslintJoshaven Potter
2010-09-07Special deepEquals for bufferRyan Dahl
2010-05-21Add assert.ifErrorMikeal Rogers
2010-04-11trailing whitespace fixesisaacs
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl
2010-03-01Move process.inherits to sysRyan Dahl
2010-01-24Make assert.AssertionError instance of ErrorRyan Dahl
2009-12-29Stack trace for asserts shouldn't include assert moduleRyan Dahl
2009-12-29Fix assert.js code styleRyan Dahl
2009-12-05Dependency free assert module with unit testsKarl Guertin
2009-12-05CommonJS testing for node.jsFelix Geisendörfer