Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 20:44
· 88 commits to main since this release
cd4085f

Patch Changes

  • 1887ac2: Snapshot tests in uvu are now supported with earljs/uvu.

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

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