aboutsummaryrefslogtreecommitdiff
path: root/tests/test-suite/errors.js
Commit message (Collapse)AuthorAge
* Start moving test suite from tape => jestdaurnimator2018-04-14
|
* Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
| | | | String manipulation functions now get exposed on 'fengari' object itself at top level
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* tests/test-suite/errors.js: copy setup from previous test to get a skipped ↵daurnimator2017-05-23
| | | | test passing
* tests/test-suite/errors.js: un-skip passing testdaurnimator2017-05-23
|
* tests/test-suite/errors.js: un-skip test as we can now recover from a stack ↵daurnimator2017-05-23
| | | | overflow
* tests/test-suite/errors.js: Now passesdaurnimator2017-05-22