mirror of
https://github.com/teamchong/pxpipe.git
synced 2026-07-22 02:02:51 +02:00
test: allow slower render e2e cases
This commit is contained in:
committed by
Steven
parent
aef3b774fc
commit
44b558ff94
+5
-1
@@ -1,8 +1,12 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
const TEST_FILE_PATTERNS = ['tests/**/*.test.ts'];
|
||||
const TEST_TIMEOUT_MS = 30_000;
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['tests/**/*.test.ts'],
|
||||
include: TEST_FILE_PATTERNS,
|
||||
environment: 'node',
|
||||
testTimeout: TEST_TIMEOUT_MS,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user