mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
try jest.useFakeTimers('legacy')
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const timeout = process.env.SLOWMO ? 30000 : 10000;
|
||||
jest.setTimeout(timeout);
|
||||
jest.useFakeTimers('legacy');
|
||||
|
||||
const fs = require('fs');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user