Skip to content

Commit

Permalink
Lil Sean hacky fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Oct 17, 2024
1 parent 7e6a227 commit 66c6114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ beforeAll(async () => {
});

beforeEach(async () => {
const collections = await mongoose.connection.db.collections();
// const collections = await mongoose.connection.db.collections();

for (const collection of collections) {
await collection.deleteMany({});
}
// for (const collection of collections) {
// await collection.deleteMany({});
// }

await pool.query(`
DO
Expand Down

0 comments on commit 66c6114

Please sign in to comment.