Skip to content

fix: make yarn test pass across workspaces - #579

Merged
thiagobrez merged 1 commit into
mainfrom
fix/yarn-test
Sep 9, 2026
Merged

fix: make yarn test pass across workspaces#579
thiagobrez merged 1 commit into
mainfrom
fix/yarn-test

Conversation

@thiagobrez

Copy link
Copy Markdown
Collaborator

PR Description

Fix two failures in root yarn test: the Expo template test could not load test-renderer after #578, and the React Navigation workspace exited with an error because it has no tests.

Add test-renderer ~1.1.0 to the template to match React 19.1, update the lockfile, and include a template patch changeset. Allow an empty test suite only in the React Navigation workspace with --passWithNoTests.

How to test?

  • yarn install --immutable — passes with existing peer dependency warnings.
  • yarn test — all three workspace tasks pass (one Expo test passes, the core library has one TODO, and React Navigation has no tests).
  • Prettier checks for the changed manifests and changeset, plus git diff --check — pass.

@thiagobrez
thiagobrez merged commit dd72e8b into main Sep 9, 2026
9 checks passed
@thiagobrez
thiagobrez deleted the fix/yarn-test branch September 9, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant