Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit cf9ce35

Browse files
authored
Update README.md (#1281)
added how to run individual JS test
1 parent 8e47927 commit cf9ce35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ The following scripts are available for running specific tasks within the monore
187187
- `pnpm clear`: Runs docusaurus clear
188188
- `pnpm build`: Runs the production build for the site so it can be hosted by a static web server. The completed build will be in the folder `site/build`.
189189
- `pnpm test`: Runs the testsuites for the site and all examples, including browser tests. Requires Playwright and Java Development Kit, per installation instructions above.
190-
- `pnpm test:kotlin`: Runs the Kotlin testsuite only
190+
- `pnpm test:js`: Runs the JavaScript testsuite only.
191+
- `pnpm test:js myFile.test.js`: Runs the tests within `myFile.test.js` only.
192+
- `pnpm test:kotlin`: Runs the Kotlin testsuite only.
191193
- `pnpm test:rust`: Runs the Rust testsuite. Not included in the `pnpm test` lifecycle yet, only runs directly through this script.
192194
- `pnpm test:swift`: Runs the Swift testsuite. Not included in the `pnpm test` lifecycle yet, only runs directly through this script.
193195

0 commit comments

Comments
 (0)