diff --git a/test/integration/README.md b/test/integration/README.md index 767bbf2acee..37847cd3786 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -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 / + $ UPDATE=1 yarn run test-render tests=/ ``` The test will appear to fail, but you'll now see a new `expected.png` in the test directory.