Skip to content

Commit 6e2d8ab

Browse files
committed
db mock working
1 parent e44db23 commit 6e2d8ab

20 files changed

+14374
-2177
lines changed

.mocharc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"require": ["ts-node/register", "tsconfig-paths/register"],
3+
"loader": "ts-node/esm",
4+
"extensions": ["ts"],
5+
"spec": ["tests/**/*.ts"]
6+
}

__tests__/sample.test.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

bootstrap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import "tsconfig-paths/register";

0 commit comments

Comments
 (0)