mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-31 13:32:18 -04:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
jest.retryTimes(1);
|
|
|
|
afterAll(() => {
|
|
// @ts-expect-error
|
|
global.finishWorkers?.()
|
|
})
|