Skip to content

Commit f841150

Browse files
committed
Update testing.md
1 parent ab7d9c3 commit f841150

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.
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.
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)