summaryrefslogtreecommitdiff
path: root/cli/test_runner.rs
AgeCommit message (Expand)Author
2020-11-19refactor(cli): move tooling to cli/tools/ (#8424)Bartek Iwańczuk
2020-11-16refactor(cli): rename fs module to fs_util (#8380)Bartek Iwańczuk
2020-11-14fix(fmt, lint): Make sure that target paths are not directory (#8375)Yusuke Tanaka
2020-10-14fix(test): return error when awaiting unresolved promise (#7968)Bartek Iwańczuk
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-08-31test(std): ensure mod.ts modules have a test coverage (#7264)Casper Beyer
2020-06-18chore(test): move testing utilities to test_util crate (#6360)Bartek Iwańczuk
2020-06-05deno test should run mjs files (#6122)Taisuke Fukuno
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
2020-04-28BREAKING: Remove Deno.symbols namespace (#4936)Nayeem Rahman
2020-04-27BREAKING: remove Deno.runTests() API (#4922)Bartek Iwańczuk
2020-04-27feat(test): add quiet flag (#4894)Ali Hasani
2020-04-03clippy (#4618)Kitson Kelly
2020-04-02feat: deno test --filter (#4570)Ryan Dahl
2020-03-19fix: std/testing/runner.ts and deno test (#4392)Bartek Iwańczuk
2020-03-14Add support for jsx/tsx for deno test (#4369)Kitson Kelly
2020-02-26rewrite normalize_path (#4143)Bartek Iwańczuk
2020-02-24fix: [http] Consume unread body and trailers before reading next request (#3990)Yusuke Sakurai
2020-02-17fix(deno test): support directories as arguments (#4011)Bartek Iwańczuk
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek Iwańczuk