summaryrefslogtreecommitdiff
path: root/cli/tests/compiler_api_test.out
AgeCommit message (Collapse)Author
2020-05-04simplify unit tests: compiler_api, workers (#5073)Ryan Dahl
2020-03-15refactor: change test reporter output (#4371)Bartek Iwańczuk
This commit changes output of default test reporter to resemble output from Rust test runner; first the name of running test is printed with "...", then after test has run result is printed on the same line. * Split "Deno.TestEvent.Result" into "TestStart" and "TestEnd"; * changes TestReporter interface to support both events; Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-03-15feat(cli/js/testing): Add TestDefinition::skip (#4351)Nayeem Rahman
2020-03-11move compiler API tests to integration tests (#4319)Bartek Iwańczuk