summaryrefslogtreecommitdiff
path: root/cli/js/tests/test_util.ts
AgeCommit message (Expand)Author
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl
2020-04-29make camel case readDir, readLink, realPath (#4995)Ryan Dahl
2020-04-27BREAKING: remove Deno.runTests() API (#4922)Bartek Iwańczuk
2020-04-16refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)Nayeem Rahman
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-24Revert "avoid using same port number for test (#4147)"Bartek Iwańczuk
2020-03-21avoid using same port number for test (#4147)Yusuke Sakurai
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-19refactor: rename Deno.TestDefinition.skip to ignore (#4400)Bartek Iwańczuk
2020-03-18feat: Deno.test() sanitizes ops and resources (#4399)Bartek Iwańczuk
2020-03-18Fix unit test runner ConnectionReset bug (#4424)Bert Belder
2020-03-16try to fix unit test runner on Windows (#4395)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