Skip to content

Commit 814852d

Browse files
authored
Update README.md
1 parent 422f472 commit 814852d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In the [previous section](#how-to-run-the-client-and-server) we already saw how
8080

8181
## Testing Gymie
8282

83-
Unit-tests live all next to the code they're testing, under the extension `src/*.test.ts`. You can run all the tests by executing:
83+
All unit-tests live next to the code they're testing, under the extension `src/*.test.ts`. You can run all the tests by executing:
8484
```bash
8585
$ npm test
8686
```

0 commit comments

Comments
 (0)