Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 437 Bytes

purescript-jest

purescript-jest on Pursuit

A PureScript wrapper of Jest.

Supported matchers

  • expectToEqual
  • expectToNotEqual
  • expectToBeClose
  • expectToBeTrue
  • expectToBeFalse

Check test folder to see how to use.

Development

yarn
spago build
yarn jest --watch