From 5e4857fc00c7f85bc48810804dd6a5d6ca1f38bc Mon Sep 17 00:00:00 2001 From: Red Daly Date: Tue, 8 Oct 2024 16:29:07 -0700 Subject: [PATCH] Update README with testing instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e4cfa140..456813c5 100644 --- a/README.md +++ b/README.md @@ -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