Added stub for database testing
This commit is contained in:
parent
3618af361b
commit
9a3be1cfe0
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);
|
||||||
|
});
|
||||||
|
});
|
||||||
Loading…
x
Reference in New Issue
Block a user