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 bc5c7b3 commit 67c9989Copy full SHA for 67c9989
vitest.config.ts
@@ -1,14 +1,14 @@
1
import { defineConfig } from 'vitest/config';
2
3
export default defineConfig({
4
- test: {
5
- globals: true,
6
- environment: 'node',
7
- include: ['**/*.test.ts'],
8
- exclude: ['node_modules', 'dist'],
9
- alias: {
10
- '^(\\.{1,2}/.*)\\.js$': '$1',
11
- 'pkce-challenge': '/src/__mocks__/pkce-challenge.ts'
+ test: {
+ globals: true,
+ environment: 'node',
+ include: ['**/*.test.ts'],
+ exclude: ['node_modules', 'dist'],
+ alias: {
+ '^(\\.{1,2}/.*)\\.js$': '$1',
+ 'pkce-challenge': '/src/__mocks__/pkce-challenge.ts'
12
+ }
13
}
- }
14
});
0 commit comments