Skip to content

Commit ff40a49

Browse files
Format
1 parent 4b20cd3 commit ff40a49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

__tests__/installer.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ describe('installer tests', () => {
162162
const scriptArguments = (
163163
getExecOutputSpy.mock.calls[callIndex][1] as string[]
164164
).join(' ');
165-
const expectedArgument = IS_WINDOWS
166-
? `-Runtime`
167-
: `--runtime`;
165+
const expectedArgument = IS_WINDOWS ? `-Runtime` : `--runtime`;
168166

169167
expect(scriptArguments).toContain(expectedArgument);
170168
});

0 commit comments

Comments
 (0)