Skip to content

Commit 5cc6a08

Browse files
committed
Comment Out Companies Initialization When Running Tests
Signed-off-by: Tal Jacob <taljacob2@gmail.com>
1 parent d7bfaf8 commit 5cc6a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextstep-backend/src/tests/setup-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ global.beforeAll(async () => {
4242
useUnifiedTopology: true,
4343
} as ConnectOptions);
4444

45-
await initCompanies();
45+
// await initCompanies();
4646
});
4747

4848
/**

0 commit comments

Comments
 (0)