Skip to content

Commit e1a81a1

Browse files
authored
Update README.md
1 parent a06a7a3 commit e1a81a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ const randomAction = await env.actionSample()
7676

7777
## Testing Gymie
7878

79+
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:
80+
```bash
81+
$ npm test
82+
```
83+
7984
## License
8085

8186
[MIT License](LICENSE) - Copyright (c) 2020 Francisco Ramos

0 commit comments

Comments
 (0)