Skip to content

Releases: andys8/vscode-jest-snippets

v1.9.1

23 Jul 16:33
Compare
Choose a tag to compare
  • Snippets: End expects at line end (#48)

Full Changelog: v1.9.0...v1.9.1

1.9.0

23 Jul 15:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.0...v1.9.0

1.8.0

06 Mar 18:51
Compare
Choose a tag to compare

1.7.0

17 Feb 15:25
Compare
Choose a tag to compare

it.todo and test.todo by @kfox #26

1.6.1

05 Oct 22:29
Compare
Choose a tag to compare

Using %d instead of %i in snippet templates

1.6.0

05 Oct 22:00
Compare
Choose a tag to compare

Snippets added

  • it.each / test.each
  • describe.each

1.5.1

16 Sep 15:38
Compare
Choose a tag to compare

Fix syntax in toThrowErrorMatchingInlineSnapshot

1.5.0

16 Sep 15:29
Compare
Choose a tag to compare

New snippets

Trigger Content
expas→ expect.assertions(count)
expha→ expect.hasAssertions()
tmis→ toMatchInlineSnapshot
ttemis→ toThrowErrorMatchingInlineSnapshot

Thx @theutz

1.4.0

16 Sep 15:27
Compare
Choose a tag to compare

"should" as default text can now be changed by default

1.3.0

03 Jun 14:26
Compare
Choose a tag to compare
  • Adds toStrictEqual
  • Cursor end position improvements