summaryrefslogtreecommitdiff
path: root/lib/assert.js
AgeCommit message (Expand)AuthorFilesLines
2015-06-11lib: don't use global BufferRoman Reiss1-0/+1
2015-05-09lib: fix eslint stylesYosuke Furukawa1-1/+1
2015-03-23assert: simplify logic of testing buffer equalityAlex Yursha1-7/+2
2015-02-09assert: introduce `deepStrictEqual`Vladimir Kurchatkin1-10/+26
2015-02-06assert: don't compare object `prototype` propertyVladimir Kurchatkin1-2/+0
2015-01-31lib: reduce util.is*() usagecjihrig1-7/+7
2015-01-31assert: use util.inspect() to create error messagescjihrig1-15/+2
2015-01-21lib: use const to define constantscjihrig1-3/+3
2015-01-12assert: throw when block is not a functioncjihrig1-0/+4
2014-12-22assert: fix deepEqual regressionteppeis1-9/+6
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny1-1/+1
2014-07-10lib: remove and restructure calls to isNaN()cjihrig1-1/+1
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny1-4/+5
2014-02-25assert: Ensure reflexivity of deepEqualMike Pennisi1-4/+5
2013-10-11assert: indicate if exception message is generatedGlen Mailer1-1/+7
2013-08-01src: Replace macros with util functionsisaacs1-10/+10
2013-07-30assert: replace !!!value with just !valueBen Noordhuis1-1/+1
2013-07-24lib: macro-ify type checksBen Noordhuis1-14/+10
2013-05-14lintisaacs1-1/+1
2013-04-19lintisaacs1-1/+1
2013-04-18assert: put info in err.message, not err.nameRyan Doenges1-12/+6
2013-04-03assert: Simplify AssertError creationisaacs1-14/+10
2012-12-29assert: improve support for new execution contextslukebayes1-1/+1
2012-08-29doc: update assert.doesNotThrow() docsBen Noordhuis1-1/+1
2012-07-29assert: fix throws() throws an error without message propertykoichik1-2/+2
2012-07-25assert: remove unnecessary use of __proto__Nathan Rajlich1-4/+2
2012-03-12docs: correct the description of assert.ok()Nao Iizuka1-1/+1
2011-12-20assert: test `RegExp`'s properties when checking for equalityMaciej Małecki1-2/+7
2011-12-20assert: .deepEqual() support for RegExp objectsPedro Teixeira1-2/+7
2011-10-05Fixed a lot of jslint errors.Colton Baker1-2/+2
2011-10-02assert: Make `assert` module an `assert.ok` functionMaciej Małecki1-2/+3
2011-08-09Improve assert error messagesRyan Dahl1-17/+28
2011-07-14Improvements AssertionError messagekoichik1-2/+14
2011-01-06LintRyan Dahl1-1/+1
2010-12-21fix assert.throwsOleg Slobodskoi1-5/+6
2010-12-01lintRyan Dahl1-41/+43
2010-11-29assert.throws can now accept as RegExpOleg Slobodskoi1-30/+33
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith1-2/+2
2010-10-06syntax fixes to pass jslintJoshaven Potter1-2/+2
2010-09-07Special deepEquals for bufferRyan Dahl1-0/+9
2010-05-21Add assert.ifErrorMikeal Rogers1-0/+1
2010-04-11trailing whitespace fixesisaacs1-1/+1
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl1-3/+3
2010-03-01Move process.inherits to sysRyan Dahl1-2/+2
2010-01-24Make assert.AssertionError instance of ErrorRyan Dahl1-0/+1
2009-12-29Stack trace for asserts shouldn't include assert moduleRyan Dahl1-24/+22
2009-12-29Fix assert.js code styleRyan Dahl1-155/+156
2009-12-05Dependency free assert module with unit testsKarl Guertin1-50/+160
2009-12-05CommonJS testing for node.jsFelix Geisendörfer1-0/+176