Skip to content

Commit

Permalink
perf: await on GC to run in between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv-mishra committed Aug 11, 2022
1 parent 94ba691 commit 7430110
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .jestconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"<rootDir>/server/test/setup.ts"
],
"testEnvironment": "node",
"runner": "@getoutline/jest-runner-serial"
"runner": "@getoutline/jest-runner-serial",
"detectLeaks": true
},
{
"displayName": "app",
Expand Down Expand Up @@ -79,4 +80,4 @@
}
}
]
}
}

0 comments on commit 7430110

Please sign in to comment.