Skip to content

Commit 23d247d

Browse files
changing tsconfig
Signed-off-by: NishantSinghhhhh <[email protected]>
1 parent 9435030 commit 23d247d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/helpers/testHelper/testHelper.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ export class TestHelper {
1414
}
1515
return TestHelper._instance;
1616
}
17-
18-
/**
19-
* Starts an in-memory MongoDB instance and connects to it.
20-
*/
2117
async startDatabase(): Promise<void> {
2218
try {
2319
this._mongod = await MongoMemoryServer.create();

0 commit comments

Comments
 (0)