Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@pineapplemachine pineapplemachine released this 05 Jun 10:58

Canary is a tool for writing and running automated tests in JavaScript code. It was written with tests and implementation sharing the same files foremost in mind. When tests and implementation are close together, it's more difficult to forget or ignore tests when making changes to the implementation.

Check out Canary's documentation at canary.readthedocs.io.

Install this version of Canary using npm: npm install canary-test@1.1.2

Changes since v1.1.1:

  • Report objects now include a suggested process exit status.
  • The doReport function now accepts a logFunction option.
  • The doReport function now accepts an addSections option.