summaryrefslogtreecommitdiff
path: root/cli/js/test_util.ts
AgeCommit message (Collapse)Author
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
Fixes #3324 Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek IwaƄczuk
* rewrite test runner in Rust * migrate "test" and "runTests" functions from std to "Deno" namespace * use "Deno.test()" to run internal JS unit tests * remove std downloads for Deno subcommands
2020-02-05fix: Validate all tests included in unit_tests.ts (#3879)Chris Knight
2020-02-03Make fetch API more standards compliant (#3667)serverhiccups
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-10-27Use web standard Permissions API (#3200)Yoshiya Hinosawa
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl