Skip to content

0.8.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 14 Dec 21:37
· 1703 commits to main since this release

Highlights

  • Don't use the user local Babel when available. Instead always use the the built-in Babel. This will let you use Babel 6 in your project even though we don't yet support Babel 6. d0c370a
  • Add ability to skip individual assertions with t.skip(). 357622c
  • Node.js-style --require CLI argument. 6081389
  • Forward all test file output to stderr on the main process. 3f2e67a
  • Allow deep equality comparison of values with circular references in assertions. 56cd652
  • Allow destructuring of the t parameter. e0f31e8
  • Use empower-core for better assertion tracking and performance. 072ab85
  • Stop hiding source of syntax errors. ad7ae19
  • Add filename to failed test title. 8a67704
  • Add default message to the output of t.fail(). da3c7a8

Changes

v0.7.0...v0.8.0