Skip to content

Commit 5efc57a

Browse files
committed
[LOCAL] Fix prettier
1 parent 042403f commit 5efc57a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/releases-ci/__tests__/publish-npm-test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ describe('publish-npm', () => {
176176

177177
expect(updateHermesVersionsToNightlyMock).not.toHaveBeenCalled();
178178
expect(setVersionMock).not.toBeCalled();
179-
expect(updateReactNativeArtifactsMock).toBeCalledWith(version, 'dry-run');
179+
expect(updateReactNativeArtifactsMock).toBeCalledWith(
180+
version,
181+
'dry-run',
182+
);
180183

181184
// Generate Android artifacts is now delegate to build_android entirely
182185
expect(generateAndroidArtifactsMock).not.toHaveBeenCalled();

0 commit comments

Comments
 (0)