1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/057_revoke_permissions.out
Bartek Iwańczuk 70434b5bfb
refactor: change test reporter output (#4371)
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-15 17:58:59 +01:00

10 lines
350 B
Text

running 7 tests
test runGranted ... ok [WILDCARD]
test readGranted ... ok [WILDCARD]
test writeGranted ... ok [WILDCARD]
test netGranted ... ok [WILDCARD]
test envGranted ... ok [WILDCARD]
test pluginGranted ... ok [WILDCARD]
test hrtimeGranted ... ok [WILDCARD]
test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]