Skip to content

Commit

Permalink
Add changeset for earljs/uvu integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Mar 17, 2022
1 parent 4c5d8a3 commit 1887ac2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/shaggy-radios-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'earljs': patch
---

Snapshot tests in `uvu` are now supported with `earljs/uvu`.

To use Earl with `uvu`, require `earljs/uvu` in your test command:

```sh
# using the uvu cli
$ uvu -r earljs/uvu tests

# using node directly
$ node -r earljs/uvu tests/example.test.js
```

0 comments on commit 1887ac2

Please sign in to comment.