chore: Use Jest recommended linting.

This commit is contained in:
Ruben Verborgh
2020-10-30 18:27:50 +01:00
committed by Joachim Van Herwegen
parent 0476ba8069
commit 4b4f737013
14 changed files with 68 additions and 44 deletions

View File

@@ -78,7 +78,7 @@ describe('CliRunner', (): void => {
expect(calledInstantiateFromUrl).toBeTruthy();
expect(calledRegisterAvailableModuleResources).toBeTruthy();
expect(mockSetup.setup).toBeCalledTimes(1);
expect(mockSetup.setup).toHaveBeenCalledTimes(1);
});
it('Writes to stderr when an exception occurs.', async(): Promise<void> => {