chore: Update eslint dependencies

This commit is contained in:
Joachim Van Herwegen
2021-12-16 16:07:39 +01:00
parent 65d1eeb0a2
commit af049124bf
26 changed files with 1639 additions and 1714 deletions

View File

@@ -25,7 +25,6 @@ describe('A SingleThreadedResourceLocker', (): void => {
await expect(locker.release(identifier)).rejects.toThrow(InternalServerError);
});
/* eslint-disable jest/valid-expect-in-promise */
it('blocks lock acquisition until they are released.', async(): Promise<void> => {
const results: number[] = [];
const lock1 = locker.acquire(identifier);