Skip to content

Commit 41877a7

Browse files
authored
feat: update to swc_core 90.35 and support new test style (#64)
1 parent 0144d2d commit 41877a7

File tree

6 files changed

+326
-312
lines changed

6 files changed

+326
-312
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ You can run the test suite using the following commands:
2020
cargo test
2121
```
2222

23+
You can run update the test suite snapshot using the following command:
24+
25+
```sh
26+
UPDATE=1 cargo test
27+
```
28+
2329
To test the features you've added, run the following command:
2430

2531
```sh

0 commit comments

Comments
 (0)