Skip to content

Commit

Permalink
test: try bypass windows error
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 15, 2022
1 parent cecf1a9 commit 1a429ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/reporters/tests/reporters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ test('JUnit reporter with outputFile in non-existing directory', async () => {

// Cleanup
await fs.rm(rootDirectory, { recursive: true, force: true })
.catch()
})

test('JUnit reporter with outputFile object in non-existing directory', async () => {
Expand Down Expand Up @@ -185,6 +186,7 @@ test('JUnit reporter with outputFile object in non-existing directory', async ()

// Cleanup
await fs.rm(rootDirectory, { recursive: true, force: true })
.catch()
})

test('json reporter', async () => {
Expand Down

0 comments on commit 1a429ed

Please sign in to comment.