Skip to content

Releases: ValeriaVG/tiny-jest

v1.2.1

03 Nov 08:37
a59f489
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.1

v1.1.2

28 Oct 18:22
Compare
Choose a tag to compare

Fix typings for Test.results

v1.1.1

28 Oct 18:13
c789755
Compare
Choose a tag to compare

What's Changed

v1.1.0

28 Oct 17:39
Compare
Choose a tag to compare

Adds before & after functions to the test, that allows to perform setup & cleanup before the test.

v1.0.4

20 Oct 11:24
Compare
Choose a tag to compare
  • Adds expect(fn).toThrow()
  • Allows matching error using RegExp: expect(fn).toThrow(/^error/)

v1.0.3

08 Aug 15:40
Compare
Choose a tag to compare
  • Fixed expect.not error message formatting

Initial release

08 Aug 13:43
Compare
Choose a tag to compare
1.0

Add proper example