chore: scaffold devflow workspace
This commit is contained in:
7
tests/workspace-smoke.test.ts
Normal file
7
tests/workspace-smoke.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
describe("workspace smoke", () => {
|
||||
it("runs the root Vitest workspace", () => {
|
||||
expect("devflow").toBe("devflow");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user