File tree 1 file changed +3
-1
lines changed
test/reporters/tests/__snapshots__
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ exports[`addFileAttribute true 1`] = `
25
25
exports [` emits <failure > when beforeAll/afterAll failed 1`] = `
26
26
"<?xml version="1.0" encoding="UTF-8" ?>
27
27
<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 = " ..." >
29
29
<testcase classname = " basic.test.ts" name = " suite with beforeAll > ok 1" time = " ..." >
30
+ <skipped />
30
31
</testcase >
31
32
<testcase classname = " basic.test.ts" name = " suite with beforeAll > ok 2" time = " ..." >
33
+ <skipped />
32
34
</testcase >
33
35
<testcase classname = " basic.test.ts" name = " suite with beforeAll > skip 1" time = " ..." >
34
36
<skipped />
You can’t perform that action at this time.
0 commit comments