Skip to content

Commit e0456c7

Browse files
committed
tests: adds first component test
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 38bc4d1 commit e0456c7

File tree

8 files changed

+2651
-231
lines changed

8 files changed

+2651
-231
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=Your Next Public Clerk Publishable Key here
22
CLERK_SECRET_KEY=Your Clerk Secret Key here
3-
DB_TYPE=in-memory
3+
DB_TYPE=in-memory
4+
NEXT_PUBLIC_API_URL=http://localhost:3000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import 'vitest-fetch-mock';

0 commit comments

Comments
 (0)