Skip to content

Commit 5e4857f

Browse files
committed
Update README with testing instructions
1 parent 5761422 commit 5e4857f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ To run the unit tests, run:
3838

3939
>`npm run test`
4040
41+
It is also helpful to run the parser on a real Kotlin project's source files.
42+
43+
```shell
44+
./node_modules/.bin/tree-sitter parse "/path/to/some/project/**/*.kt" --quiet --stat
45+
```
46+
4147
## WebAssembly
4248

4349
### Compilation

0 commit comments

Comments
 (0)