clan-ui: remove intermediate app directory
This commit is contained in:
6
pkgs/clan-app/ui/tests/types.test.ts
Normal file
6
pkgs/clan-app/ui/tests/types.test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { describe, it } from "vitest";
|
||||
|
||||
describe.concurrent("API types work properly", () => {
|
||||
// Test some basic types
|
||||
it("distinct success/error unions", async () => {});
|
||||
});
|
||||
Reference in New Issue
Block a user