mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(test): update test summary report (#14629)
This commit is contained in:
parent
e1d488ab88
commit
d4f609d8e7
53 changed files with 84 additions and 69 deletions
|
@ -17,7 +17,7 @@ fn no_color() {
|
|||
assert!(out.contains("success ... ok"));
|
||||
assert!(out.contains("fail ... FAILED"));
|
||||
assert!(out.contains("ignored ... ignored"));
|
||||
assert!(out.contains("test result: FAILED. 1 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out"));
|
||||
assert!(out.contains("FAILED | 1 passed | 1 failed | 1 ignored"));
|
||||
}
|
||||
|
||||
itest!(overloads {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue