From 9825ca9688db23199e0efeabd50642e87efb7b24 Mon Sep 17 00:00:00 2001 From: uki00a Date: Tue, 24 Mar 2020 23:34:50 +0900 Subject: [PATCH] docs: update manual about how to run tests for std (denoland/deno#4462) --- manual.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual.md b/manual.md index fa813a929af3..b9f3371705c3 100644 --- a/manual.md +++ b/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: