1
0
Fork 0
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:
uki00a 2020-03-24 23:34:50 +09:00 committed by GitHub
parent 2e5e5fe393
commit b2478f3a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: