4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
global.afterEach(async () => {
|
|
await new Promise((resolve) => setImmediate(resolve))
|
|
})
|