Skip to content

Commit

Permalink
Update README.md - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored Apr 4, 2024
1 parent cd6f3e7 commit 9620cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ A single invocation of `npm test` will run all of the tests defined. Additional

The current integration testing strategy is to run the dockerfile generator against various configurations and compare the generated artifacts with expected results. `ARG` values in `Dockerfiles` are masked before comparison.

To assis with this process, outputs of tests can be captured automatically. This is useful when adding new tests and when making a change that affects many tests. Be sure to inspect the output (e.g., by using `git diff`) before committing.
To assist with this process, outputs of tests can be captured automatically. This is useful when adding new tests and when making a change that affects many tests. Be sure to inspect the output (e.g., by using `git diff`) before committing.

```
npm run test:capture
Expand Down

0 comments on commit 9620cfe

Please sign in to comment.