Skip to content

Commit f9089ee

Browse files
committed
test(plugin-typescript-e2e): reduce timeout, remove redundant resolve aliases
1 parent f010d73 commit f9089ee

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

e2e/plugin-typescript-e2e/vite.config.e2e.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,9 @@ import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js
44

55
export default defineConfig({
66
cacheDir: '../../node_modules/.vite/plugin-typescript-e2e',
7-
resolve: {
8-
alias: {
9-
'@code-pushup/test-nx-utils': '../../test-nx-utils/index.js',
10-
'@code-pushup/test-setup': '../../test-setup/index.js',
11-
'@code-pushup/test-utils': '../../test-utils/index.js',
12-
},
13-
},
147
test: {
158
reporters: ['basic'],
16-
testTimeout: 120_000,
9+
testTimeout: 20_000,
1710
globals: true,
1811
alias: tsconfigPathAliases(),
1912
pool: 'threads',

0 commit comments

Comments
 (0)