We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042403f commit 5efc57aCopy full SHA for 5efc57a
scripts/releases-ci/__tests__/publish-npm-test.js
@@ -176,7 +176,10 @@ describe('publish-npm', () => {
176
177
expect(updateHermesVersionsToNightlyMock).not.toHaveBeenCalled();
178
expect(setVersionMock).not.toBeCalled();
179
- expect(updateReactNativeArtifactsMock).toBeCalledWith(version, 'dry-run');
+ expect(updateReactNativeArtifactsMock).toBeCalledWith(
180
+ version,
181
+ 'dry-run',
182
+ );
183
184
// Generate Android artifacts is now delegate to build_android entirely
185
expect(generateAndroidArtifactsMock).not.toHaveBeenCalled();
0 commit comments