mirror of
https://github.com/denoland/deno.git
synced 2025-01-14 10:01:51 -05:00
docs: update manual about how to run tests for std (#4462)
This commit is contained in:
parent
2e5e5fe393
commit
b2478f3a21
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue