Skip to content

Commit

Permalink
Docs: Update the readme for the integration test fixtures (#45581)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinan authored Nov 7, 2022
1 parent 7265783 commit 5d2e14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/fixtures/blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Next, to generate files (2) through (4) run the following command from the root
project:

```sh
npm run fixtures:regenerate test/integration/full-content/full-content.test.js
npm run fixtures:regenerate
```

When using this command, please be sure to manually verify that the
Expand All @@ -72,7 +72,7 @@ The process for updating fixtures for existing tests is similar to that for crea
Run the command to regenerate the files:

```sh
npm run fixtures:regenerate test/integration/full-content/full-content.test.js
npm run fixtures:regenerate
```

After regenerating fixtures, check the diff (using git/github) to check that the changes were expected
Expand Down

0 comments on commit 5d2e14a

Please sign in to comment.