summaryrefslogtreecommitdiff
path: root/js/testing
AgeCommit message (Collapse)Author
2019-01-03Move testing module to deno_std (#1451)Ryan Dahl
Upgrades deno_std submodule.
2019-01-02fix: use unknown instead of any in testingbokuweb
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-21Improve handling of non-coercable objects in assertEqual (#1385)Kitson Kelly
2018-12-19Add illegal header name and value guards (#1375)Kevin (Kun) "Kassimo" Qian
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-10Add counts for ignored , measured, filteredztplz
2018-10-05Print test name before it fails.Ryan Dahl
2018-10-04formatBert Belder
2018-10-04Better color output in JS unit tests.Ryan Dahl
2018-08-27Add ability to unit test by permissions.Ryan Dahl
2018-08-09Adds js/unit_tests.ts (#448)Ryan Dahl