Skip to content

Commit

Permalink
chore: fix path issue on win env
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Dec 25, 2023
1 parent aed4088 commit 9b03736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/artalk/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default mergeConfig(
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'tests/e2e/*'],
root: fileURLToPath(new URL('./', import.meta.url)),
setupFiles: [resolve(__dirname, '/tests/setup.ts')],
setupFiles: ['tests/setup.ts'],
}
})
)

0 comments on commit 9b03736

Please sign in to comment.