mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Use Jest recommended linting.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
0476ba8069
commit
4b4f737013
@@ -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> => {
|
||||
|
||||
Reference in New Issue
Block a user