From f7ad0e7c5a133fbd154864a0de1855ee3b8af6f0 Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Sun, 27 Jan 2019 10:31:15 -0500 Subject: [PATCH] Add instructions for options --- docs/src/commands/test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/commands/test.md b/docs/src/commands/test.md index 5f679ce..ec8663f 100644 --- a/docs/src/commands/test.md +++ b/docs/src/commands/test.md @@ -52,3 +52,5 @@ Here's an example of running only tests that contain the world "apple". ``` wasm-pack test --firefox --headless -- --manifest-path=crates/my-workspace-crate/Cargo.toml apple ``` + +`cargo test -h` for a list of all options that you can pass through.