Add ez-assistant and kerberos service folders
This commit is contained in:
17
docker-compose/ez-assistant/vitest.live.config.ts
Normal file
17
docker-compose/ez-assistant/vitest.live.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
pool: "forks",
|
||||
maxWorkers: 1,
|
||||
include: ["src/**/*.live.test.ts"],
|
||||
setupFiles: ["test/setup.ts"],
|
||||
exclude: [
|
||||
"dist/**",
|
||||
"apps/macos/**",
|
||||
"apps/macos/.build/**",
|
||||
"**/vendor/**",
|
||||
"dist/Moltbot.app/**",
|
||||
],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user