-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add yarn to run jest command (#3735)
This PR makes the following changes: - Changes the `runJest` script to call `yarn` with `jest` as the first argument rather than calling `jest` on its own. This allows the test runner to run tests in a package using `yarn3 PnP` and ESM modules without getting module not found errors. - Bump scripts from 1.0.0 to 1.0.1
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters