Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ansel Rognlie <[email protected]>
  • Loading branch information
mikellewade and anselrognlie authored May 6, 2024
1 parent 9798026 commit 1db7fa3
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 @@ -24,7 +24,7 @@ This project comes with a minimal scaffold based on the baseline React applicati

## Testing

The tests for this project are a mix of unit tests (Waves 01 and 02) and integration tests (Wave 03). The directions for each wave include a section about the tests for that wave. The unit tests provided for Wave 01 and Wave 02 require us to be prescriptive around component and prop names. The integration tests for Wave 03 allow for more freedom in the implementation details of this wave's feature. In order to run tests for this project, you will need to install the [Vitest](https://marketplace.visualstudio.com/items?itemName=vitest.explorer) by Vitest from the extensions marketplace.
The tests for this project are a mix of unit tests (Waves 01 and 02) and integration tests (Wave 03). The directions for each wave include a section about the tests for that wave. The unit tests provided for Wave 01 and Wave 02 require us to be prescriptive around component and prop names. The integration tests for Wave 03 allow for more freedom in the implementation details of this wave's feature. To run the project tests in VS Code, you will need to have installed the [Vitest](https://marketplace.visualstudio.com/items?itemName=vitest.explorer) extension by Vitest from the extensions marketplace.

Writing front-end tests is outside the scope of the core curriculum. We provide minimal tests for this project for a few reasons. We can use these tests to partially verify the correctness of our code. Tests support the refactoring process and enforce consistency in implementation details. Additionally, by reviewing these front-end tests, we have some exposure to what unit tests and integration tests look like in front-end testing.

Expand Down

0 comments on commit 1db7fa3

Please sign in to comment.