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