Skip to content

Commit

Permalink
fix: update documented wasm-pack commands used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacias-avaya committed Jan 24, 2025
1 parent d600d3a commit 8e33664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ cargo build -p my-particular-crate
To run headless browser tests for a particular crate:

```shell
wasm-pack test crates/my-particular-crate --headless --firefox # or --safari or --chrome
wasm-pack test --headless --firefox crates/my-particular-crate # or --safari or --chrome
```

#### Wasm Node Tests

To run tests in Node.js:

```shell
wasm-pack test crates/my-particular-crate --node
wasm-pack test --node crates/my-particular-crate
```

#### Non-Wasm Tests
Expand Down

0 comments on commit 8e33664

Please sign in to comment.