Files
Kmake/test/fixtures/test-runner/output/suite-skip-hooks.snapshot
2026-05-26 23:36:42 -07:00

24 lines
463 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

BEFORE 2
BEFORE EACH 2
should run 1
AFTER EACH 2
BEFORE EACH 2
should run 2
AFTER EACH 2
AFTER 2
﹣ skip all hooks in this suite (*ms) # SKIP
▶ suite runs with mixture of skipped tests
﹣ should not run (*ms) # SKIP
✔ should run 1 (*ms)
﹣ should not run (*ms) # SKIP
✔ should run 2 (*ms)
✔ suite runs with mixture of skipped tests (*ms)
tests 4
suites 2
pass 2
fail 0
cancelled 0
skipped 2
todo 0
duration_ms *