mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
major: Implement 3-tiered testing architecture
see [docs/testing.md](./docs/testing.md)
This commit is contained in:
6
vitest.workspace.ts
Normal file
6
vitest.workspace.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineWorkspace } from "vitest/config";
|
||||
|
||||
export default defineWorkspace([
|
||||
"packages/*",
|
||||
"tests/*"
|
||||
]);
|
||||
Reference in New Issue
Block a user