Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Sep 18, 2024
1 parent 0c7bbc3 commit d947c72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/reporters/tests/__snapshots__/junit.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ exports[`addFileAttribute true 1`] = `
exports[`emits <failure> when beforeAll/afterAll failed 1`] = `
"<?xml version="1.0" encoding="UTF-8" ?>
<testsuites name="vitest tests" tests="8" failures="2" errors="0" time="...">
<testsuite name="basic.test.ts" timestamp="..." hostname="..." tests="8" failures="2" errors="0" skipped="2" time="...">
<testsuite name="basic.test.ts" timestamp="..." hostname="..." tests="8" failures="2" errors="0" skipped="4" time="...">
<testcase classname="basic.test.ts" name="suite with beforeAll &gt; ok 1" time="...">
<skipped/>
</testcase>
<testcase classname="basic.test.ts" name="suite with beforeAll &gt; ok 2" time="...">
<skipped/>
</testcase>
<testcase classname="basic.test.ts" name="suite with beforeAll &gt; skip 1" time="...">
<skipped/>
Expand Down

0 comments on commit d947c72

Please sign in to comment.