Skip to content

Commit 7ed8025

Browse files
chore: Actualize contributing docs (#14447)
1 parent 331ad05 commit 7ed8025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ Constraints can be checked with `yarn constraints`, and fixed with `yarn constra
141141

142142
- Workspaces must point our repository through the `repository` field.
143143

144-
##### Using jest-circus
144+
##### Using jest-jasmine2
145145

146-
There may be cases where you want to run jest using `jest-circus` instead of `jest-jasmine2` (which is the default runner) for integration testing. In situations like this, set the environment variable `JEST_CIRCUS` to 1. That will configure jest to use `jest-circus`. So something like this.
146+
There may be cases where you want to run jest using `jest-jasmine2` instead of `jest-circus` (which is the default runner) for integration testing. In situations like this, set the environment variable `JEST_JASMINE` to 1. That will configure jest to use `jest-jasmine2`. So something like this.
147147

148148
```bash
149-
JEST_CIRCUS=1 yarn jest
149+
JEST_JASMINE=1 yarn jest
150150
```
151151

152152
#### Additional Workflow for any changes made to website or docs

0 commit comments

Comments
 (0)