Files
Kmake/test/fixtures/test-runner/output/async-test-scheduling.snapshot
2026-05-26 23:36:42 -07:00

42 lines
574 B
Plaintext

TAP version 13
# Subtest: test
ok 1 - test
---
duration_ms: *
type: 'test'
...
# Subtest: suite
# Subtest: test
ok 1 - test
---
duration_ms: *
type: 'test'
...
# Subtest: scheduled async
ok 2 - scheduled async
---
duration_ms: *
type: 'test'
...
1..2
ok 2 - suite
---
duration_ms: *
type: 'suite'
...
# Subtest: scheduled async
ok 3 - scheduled async
---
duration_ms: *
type: 'test'
...
1..3
# tests 4
# suites 1
# pass 4
# fail 0
# cancelled 0
# skipped 0
# todo 0
# duration_ms *