Skip to content

Commit

Permalink
Update README with testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
reddaly committed Oct 8, 2024
1 parent 5761422 commit 5e4857f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ To run the unit tests, run:

>`npm run test`
It is also helpful to run the parser on a real Kotlin project's source files.

```shell
./node_modules/.bin/tree-sitter parse "/path/to/some/project/**/*.kt" --quiet --stat
```

## WebAssembly

### Compilation
Expand Down

0 comments on commit 5e4857f

Please sign in to comment.