Skip to content

Commit

Permalink
feat: update to swc_core 90.35 and support new test style (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutewinter authored Sep 23, 2024
1 parent 0144d2d commit 41877a7
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 312 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ You can run the test suite using the following commands:
cargo test
```

You can run update the test suite snapshot using the following command:

```sh
UPDATE=1 cargo test
```

To test the features you've added, run the following command:

```sh
Expand Down
Loading

0 comments on commit 41877a7

Please # to comment.