Skip to content

Commit d947c72

Browse files
committed
test: update
1 parent 0c7bbc3 commit d947c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/reporters/tests/__snapshots__/junit.test.ts.snap

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ exports[`addFileAttribute true 1`] = `
2525
exports[`emits <failure> when beforeAll/afterAll failed 1`] = `
2626
"<?xml version="1.0" encoding="UTF-8" ?>
2727
<testsuites name="vitest tests" tests="8" failures="2" errors="0" time="...">
28-
<testsuite name="basic.test.ts" timestamp="..." hostname="..." tests="8" failures="2" errors="0" skipped="2" time="...">
28+
<testsuite name="basic.test.ts" timestamp="..." hostname="..." tests="8" failures="2" errors="0" skipped="4" time="...">
2929
<testcase classname="basic.test.ts" name="suite with beforeAll &gt; ok 1" time="...">
30+
<skipped/>
3031
</testcase>
3132
<testcase classname="basic.test.ts" name="suite with beforeAll &gt; ok 2" time="...">
33+
<skipped/>
3234
</testcase>
3335
<testcase classname="basic.test.ts" name="suite with beforeAll &gt; skip 1" time="...">
3436
<skipped/>

0 commit comments

Comments
 (0)