Skip to content

Commit 8782fbd

Browse files
committed
Update testing.md
1 parent f841150 commit 8782fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Find more commands in the [Jest documentation](https://jestjs.io/docs/cli).
6565

6666
## When to run tests
6767

68-
When you make a git commit, the tests will be run automatically for you (maybe?). Tests will also be made when you make a PR.
68+
When you make a git commit, the tests will be run automatically for you (maybe? check with Cassie again). Tests will also be run when you make a PR and if you fail any tests it blocks the merge.
6969

7070
When you modify an existing component, it's a good idea to run the test suite to make sure it didn't make any changes that break the rest of the application. If they did break some tests, you would either have to fix a bug component or update the tests to match the new expected functionality.
7171

0 commit comments

Comments
 (0)