Skip to content

Commit 185504f

Browse files
committed
♻️ refactor(mock-db-setup): do not start mongo server for this test
1 parent 7a04e8f commit 185504f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/backend/src/servers/websocket/websocket.server.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @jest-environment node
3+
*
4+
* we do not need the database for this test
5+
*/
16
import { randomUUID } from "node:crypto";
27
import { updateUserMetadata } from "supertokens-node/recipe/usermetadata";
38
import {

0 commit comments

Comments
 (0)