We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d5f34 commit d075987Copy full SHA for d075987
.github/actions/vitest.config.js
@@ -8,6 +8,7 @@ export default mergeConfig(
8
baseVitestConfig,
9
defineProject({
10
test: {
11
+ environment: 'node',
12
name: 'Github Actions',
13
root: import.meta.dirname,
14
include: ['./src/**/__tests__/*.test.ts'],
0 commit comments