You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-9
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,7 @@ Use the following command to test all packages in watch mode. Refer to the [Jest
65
65
yarn test:watch
66
66
```
67
67
68
-
In general, this is sufficient during development. Travis CI will apply a more rigorous set of tests.
69
-
70
-
#### Testing for compatibility
71
-
72
-
```sh
73
-
yarn test:compat
74
-
```
75
-
76
-
This runs all tests using various versions of `react` and `react-dom`, to check for compatibility with older/newer versions of React. This is what CircleCI and Travis run.
68
+
In general, this is sufficient during development. The CI will apply a more rigorous set of tests.
0 commit comments