Skip to content

Commit

Permalink
fix: relative coverage directory
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Jan 25, 2024
1 parent 83862ab commit 07d01ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export default ({
...projectConfig,
cacheDirectory: undefined,
cwd: undefined,
coverageDirectory: mapFile(projectConfig.coverageDirectory),
globalSetup: mapFile(projectConfig.globalSetup),
globalTeardown: mapFile(projectConfig.globalTeardown),
id: undefined,
Expand Down

0 comments on commit 07d01ac

Please sign in to comment.