aboutsummaryrefslogtreecommitdiffstats
path: root/harness/assert.js
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary uses of let in harness.Aakash Patel2017-12-191-2/+2
* harness/*: Eliminate unnecessary uses of features that would require "feature...Rick Waldron2017-09-081-2/+2
* Remove arrow function syntax from harness/assert.jsLeo Balter2017-09-081-1/+1
* Update all harness files to pass linting. (#1153)Rick Waldron2017-07-141-0/+7
* Add assert.throws.earlyLeo Balter2017-05-011-0/+7
* Unify indentation and add .editorconfig (#973)Mathias Bynens2017-04-131-56/+56
* assert.throws fails if second argument is not a functionLeonardo Balter2016-04-151-2/+3
* Merge pull request #394 from smikes/quoted-sameValue-stringsBrian Terlson2015-08-051-2/+2
|\
| * Use guillemets («») to quote string values - fixes #174smikes2015-07-301-2/+2
* | B.1.4 extensions are not allowed for Unicode RegExpsAndré Bargull2015-07-081-7/+13
|/
* Extend assertion error messagesMike Pennisi2015-04-211-2/+12
* fix undefined varsmikes2015-02-141-1/+1
* Move assert helper as wellBrian Terlson2014-12-091-0/+64