mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update jest and TypeScript dependencies
This commit is contained in:
@@ -7,7 +7,8 @@ import {
|
||||
instantiateFromConfig,
|
||||
} from './Config';
|
||||
|
||||
jest.useFakeTimers('legacy');
|
||||
// These `doNotFake` settings are necessary to make sure the server still works
|
||||
jest.useFakeTimers({ doNotFake: [ 'nextTick' ]});
|
||||
|
||||
const port = getPort('ExpiringDataCleanup');
|
||||
const baseUrl = `http://localhost:${port}/`;
|
||||
|
||||
Reference in New Issue
Block a user