mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-25 12:53:06 +07:00
Format
This commit is contained in:
parent
4b20cd3fb1
commit
ff40a49913
@ -162,9 +162,7 @@ describe('installer tests', () => {
|
||||
const scriptArguments = (
|
||||
getExecOutputSpy.mock.calls[callIndex][1] as string[]
|
||||
).join(' ');
|
||||
const expectedArgument = IS_WINDOWS
|
||||
? `-Runtime`
|
||||
: `--runtime`;
|
||||
const expectedArgument = IS_WINDOWS ? `-Runtime` : `--runtime`;
|
||||
|
||||
expect(scriptArguments).toContain(expectedArgument);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user