Skip to content

Commit

Permalink
refactor: improve module closure in unit test creation
Browse files Browse the repository at this point in the history
  • Loading branch information
typeWolffo committed Aug 9, 2024
1 parent 5d59233 commit 9d9a4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/test/create-unit-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export async function createUnitTest(
if (container) {
await container.stop();
}
await module.close();
};

return {
Expand Down

0 comments on commit 9d9a4fd

Please sign in to comment.