Skip to content

Commit 3ff0bf0

Browse files
authored
Update testing.md (#12092)
STRONGLY suggest stop talking about an "example repo" as it no longer exist.
1 parent 5358368 commit 3ff0bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorial/chapter5/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ TEST_DATABASE_URL=<the same url as DATABASE_URL>
4747

4848
Note that the summary on the bottom indicates that there was 1 test that failed. If you feel curious, you can scroll up in your terminal and see more details on the test that failed. We'll also take a look at that failed test shortly.
4949

50-
If you continued with your own repo from chapters 1-4, you may see some other failures here or none at all: we made a lot of changes to the pages, components and cells we generated, but didn't update the tests to reflect the changes we made. (Another reason to start with the [example repo](../intermission.md#using-the-example-repo-recommended)!)
50+
If you continued with your own repo from chapters 1-4, you may see some other failures here or none at all: we made a lot of changes to the pages, components and cells we generated, but didn't update the tests to reflect the changes we made.
5151

5252
To switch back to the default mode where test are **only** run for changed files, press `o` now (or quit and restart `yarn rw test`).
5353

0 commit comments

Comments
 (0)