summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruki00a <uki00a@gmail.com>2020-03-24 23:34:50 +0900
committerGitHub <noreply@github.com>2020-03-24 15:34:50 +0100
commitb2478f3a217d5decbb638bf46e169ee58f17adad (patch)
treea4bb85c217705ec0e24477be8bf006b93cfff0d7
parent2e5e5fe393059091ed3b69a484c89aa144046a4a (diff)
docs: update manual about how to run tests for std (#4462)
-rw-r--r--std/manual.md3
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: