Skip to content

Commit e9e58aa

Browse files
Add testing instructions to README
1 parent ff183c6 commit e9e58aa

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
@@ -230,3 +230,8 @@ To enter a development loop with hot reload support:
230230
- http://localhost:8080
231231

232232
[ckeditor 5 inspector]: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/development-tools.html#ckeditor-5-inspector
233+
234+
### Tests
235+
236+
Use `yarn test`, optionally with `--coverage`, `--watch`, or `--source-map`, to run tests.
237+
You will need to have run `git submodule init` and `git submodule update` first.

0 commit comments

Comments
 (0)