Important Fixes, New mechanics, and many more
Some checks failed
CI / validate (push) Failing after 9m21s
Some checks failed
CI / validate (push) Failing after 9m21s
This commit is contained in:
@@ -5,6 +5,12 @@ export default defineConfig({
|
||||
test: {
|
||||
include: ['packages/**/*.test.ts', 'apps/**/*.test.ts'],
|
||||
environment: 'node',
|
||||
// Nuxt/TypeScript transforms are CPU-heavy on small Node 18 machines.
|
||||
// Running files sequentially avoids false timeout failures caused by
|
||||
// several transform workers competing for the same memory and CPU.
|
||||
fileParallelism: false,
|
||||
testTimeout: 60_000,
|
||||
hookTimeout: 60_000,
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user