diff options
-rw-r--r-- | std/manual.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md index fa813a929..b9f337170 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1587,8 +1587,7 @@ cargo test js_unit_tests Test `std/`: ```bash -cd std -cargo run -- -A testing/runner.ts --exclude "**/testdata" +cargo test std_tests ``` Lint the code: |