Skip to content

Commit f3822c3

Browse files
author
Vladimir Safonkin
committed
Prettier
1 parent 5e45b4b commit f3822c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

__tests__/setup-dotnet.test.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ describe('setup-dotnet tests', () => {
5353
fs.writeFileSync(globalJsonPath, jsonContents);
5454
}
5555

56-
const version = '3.1'
57-
const installer = new dotnetInstaller.DotnetCoreInstaller(version)
58-
const patchVersion = await installer.resolveVersion(new dotnetInstaller.DotNetVersionInfo(version))
56+
const version = '3.1';
57+
const installer = new dotnetInstaller.DotnetCoreInstaller(version);
58+
const patchVersion = await installer.resolveVersion(
59+
new dotnetInstaller.DotNetVersionInfo(version)
60+
);
5961
await setup.run();
6062

6163
expect(fs.existsSync(path.join(toolDir, 'sdk', patchVersion))).toBe(true);

0 commit comments

Comments
 (0)