初始提交:ai-review 项目当前版本(含赛道一/二提交规范修订与时间节点文档)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const config_1 = require("vitest/config");
|
||||
exports.default = (0, config_1.defineConfig)({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['src/__tests__/**/*.test.ts'],
|
||||
env: {
|
||||
SKIP_LISTEN: 'true',
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user