Format: Refactor installer

This commit is contained in:
Nikolai Laevskii
2023-05-24 15:22:01 +02:00
parent aa85432603
commit 3dfe2673eb
2 changed files with 15 additions and 10 deletions

View File

@ -117,7 +117,7 @@ describe('DotnetCoreInstaller tests', () => {
it('Throws if no location contains correct dotnet version', async () => {
await expect(async () => {
await getDotnet('1000.0.0')
await getDotnet('1000.0.0');
}).rejects.toThrow();
}, 30000);