Skip to content

Commit 26cf954

Browse files
committed
Fix documentation
1 parent ea6f2df commit 26cf954

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CONTRIBUTING.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,7 @@ Use the following command to test all packages in watch mode. Refer to the [Jest
6565
yarn test:watch
6666
```
6767

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.
7769

7870
### Working with the examples
7971

0 commit comments

Comments
 (0)