Skip to content

Commit

Permalink
Added missing argument to new test instructions (#11411)
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored Jan 19, 2022
1 parent bc98165 commit 74559af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ To add a new render test:

3. Generate an `expected.png` image from the given style by running the new test with the `UPDATE` flag enabled:
```
$ UPDATE=1 yarn run test-render <property-name>/<new-test-name>
$ UPDATE=1 yarn run test-render tests=<property-name>/<new-test-name>
```
The test will appear to fail, but you'll now see a new `expected.png` in the test directory.

Expand Down

0 comments on commit 74559af

Please sign in to comment.