summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/test.ts.out
AgeCommit message (Collapse)Author
2024-02-08chore: Promote some integration tests to js_unit_tests (#22355)Matt Mastracci
- Move a workers test to js_unit_tests and make it work - (slightly) repair the websocketstream_test and make it a JS unit test. This test was being ignored and rotted quite a bit, but there's some value in running as much of it as we can. - Merge the two websocket test files
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2021-10-30feat(test): better formatting for test elapsed time (#12610)Bartek IwaƄczuk
This commit changes formatting of elapsed time in test runner output. Instead of "XXXms", reporter outputs one of: - "XXXms" for <1000ms - "XXs" for <60s - "XXXmYYs" for >=60s
2021-08-11chore: move test files to testdata directory (#11601)David Sherret