mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 20:12:48 +05:30
major: Implement 3-tiered testing architecture
see [docs/testing.md](./docs/testing.md)
This commit is contained in:
8
vitest.config.evals.ts
Normal file
8
vitest.config.evals.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ["tests/evals/**/*.eval.ts"],
|
||||
exclude: ["**/node_modules/**", "**/dist/**"]
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user