We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bfaf8 commit 5cc6a08Copy full SHA for 5cc6a08
1 file changed
nextstep-backend/src/tests/setup-tests.ts
@@ -42,7 +42,7 @@ global.beforeAll(async () => {
42
useUnifiedTopology: true,
43
} as ConnectOptions);
44
45
- await initCompanies();
+ // await initCompanies();
46
});
47
48
/**
0 commit comments