chore: scaffold devflow workspace
This commit is contained in:
11
vitest.workspace.ts
Normal file
11
vitest.workspace.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineWorkspace } from "vitest/config";
|
||||
|
||||
export default defineWorkspace([
|
||||
{
|
||||
test: {
|
||||
name: "root",
|
||||
include: ["tests/**/*.test.ts"],
|
||||
environment: "node",
|
||||
},
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user