Added stub for database testing
This commit is contained in:
8
tests/unit/database.test.ts
Normal file
8
tests/unit/database.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
// TODO: make tests for Database
|
||||
describe('create user database', () => {
|
||||
it('creates ', () => {
|
||||
expect(1 + 2).toBe(3);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user