Skip to content

Commit

Permalink
remove cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Plant <tom@tplant.com.au>
  • Loading branch information
pl4nty committed Jun 16, 2024
1 parent cc5a824 commit 9e36f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/helpers/packTester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export async function assertPack(fixtureName: string, packagerOptions: PackagerO
tmpDir,
})
}
})()
// (): any => (tmpDir === checkOptions.tmpDir ? null : tmpDir.cleanup())
})(),
(): any => (tmpDir === checkOptions.tmpDir ? null : null)
)
}

Expand Down

0 comments on commit 9e36f45

Please sign in to comment.