mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 11:37:06 +08:00
test: 暂存代码
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
name: 'knowledge-benchmark',
|
||||
environment: 'node',
|
||||
include: ['tests/benchmark/**/*.test.ts'],
|
||||
fileParallelism: false,
|
||||
testTimeout: 20 * 60 * 1000
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user