summaryrefslogtreecommitdiff
path: root/cli/js/tests/unit_test_runner.ts
AgeCommit message (Expand)Author
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl
2020-04-28BREAKING: Remove Deno.symbols namespace (#4936)Nayeem Rahman
2020-04-27BREAKING: remove Deno.runTests() API (#4922)Bartek Iwańczuk
2020-04-25introduce unstable flag, make a few things unstable (#4892)Ryan Dahl
2020-04-02feat: deno test --filter (#4570)Ryan Dahl
2020-04-01refactor(cli/js/testing): Reduce testing interfaces (#4451)Nayeem Rahman
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-21BREAKING CHANGE Rename Deno.run's args to cmd (#4444)Akshat Agarwal
2020-03-18Fix unit test runner ConnectionReset bug (#4424)Bert Belder
2020-03-17try to handle ConnectionReset error in windows CI for unit tests (#4407)Bartek Iwańczuk
2020-03-16try to fix unit test runner on Windows (#4395)Bartek Iwańczuk
2020-03-16refactor: add no-return-await lint rule (#4384)Bartek Iwańczuk
2020-03-15refactor: change test reporter output (#4371)Bartek Iwańczuk
2020-03-14Update CLI for unit_test_runner.ts (#4352)Bartek Iwańczuk
2020-03-13refactor: unit test runner communicates using TCP socket (#4336)Bartek Iwańczuk
2020-03-10reorg: move js runtime tests to cli/js/tests/ (#4250)Bartek Iwańczuk