chore: set up vitest and add zod
This commit is contained in:
7
mvp/b2c/tests/smoke.test.ts
Normal file
7
mvp/b2c/tests/smoke.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
describe('vitest setup', () => {
|
||||
it('runs', () => {
|
||||
expect(1 + 1).toBe(2);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user