summaryrefslogtreecommitdiff
path: root/cli/js/testing.ts
AgeCommit message (Collapse)Author
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