You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,9 @@ The following scripts are available for running specific tasks within the monore
187
187
-`pnpm clear`: Runs docusaurus clear
188
188
-`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`.
189
189
-`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.
191
193
-`pnpm test:rust`: Runs the Rust testsuite. Not included in the `pnpm test` lifecycle yet, only runs directly through this script.
192
194
-`pnpm test:swift`: Runs the Swift testsuite. Not included in the `pnpm test` lifecycle yet, only runs directly through this script.
0 commit comments