mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
70434b5bfb
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>
16 lines
635 B
Text
16 lines
635 B
Text
running 12 tests
|
|
test compilerApiCompileSources ... ok [WILDCARD]
|
|
test compilerApiCompileNoSources ... ok [WILDCARD]
|
|
test compilerApiCompileOptions ... ok [WILDCARD]
|
|
test compilerApiCompileLib ... ok [WILDCARD]
|
|
test compilerApiCompileTypes ... ok [WILDCARD]
|
|
test transpileOnlyApi ... ok [WILDCARD]
|
|
test transpileOnlyApiConfig ... ok [WILDCARD]
|
|
test bundleApiSources ... ok [WILDCARD]
|
|
test bundleApiNoSources ... ok [WILDCARD]
|
|
test bundleApiConfig ... ok [WILDCARD]
|
|
test bundleApiJsModules ... ok [WILDCARD]
|
|
test diagnosticsTest ... ok [WILDCARD]
|
|
|
|
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
|
|
|