Skip to content

Releases: rossyman/svelte-add-jest

v1.3.4

25 Jul 23:25
Compare
Choose a tag to compare

v1.3.4

Enhance documentation around routed tests (#39)

v1.3.3

24 Jul 23:33
Compare
Choose a tag to compare

v1.3.3

  • Don't use relative modules path for svelte-jester transformer (#38)

v1.3.2

27 Nov 23:23
Compare
Choose a tag to compare

v1.3.2

  • Move JSDom comments to top of spec files. #31

v1.3.0

09 Sep 20:18
Compare
Choose a tag to compare

v1.3.0

To see the full changelog, see here: #23

  • Add new --jsdom flag / option
  • Ensure Jest DOM @types are only installed if both ts and jest-dom option are true
  • Add ESM specific configuration for Jest
  • Improve example test files for a mixture of TS, JS and JS DOM configurations
  • Remove divergence of lib property within tsconfig.spec.json to extend from tsconfig.json

v1.2.0

10 Aug 20:08
Compare
Choose a tag to compare

v1.2.0

  • Add svelte-jester 2.0 support. #16

v1.1.4

23 Jul 19:16
Compare
Choose a tag to compare

v1.1.4

  • Fixed issue with module name alias resolution when referring to built in $app routes. #13

v1.1.3

21 Jul 20:53
Compare
Choose a tag to compare

v1.1.3

  • Fix issue relating to external JSON-C parsing dependency (#5)
  • Add back JSON-C specific warning to README

v1.1.2

21 Jul 01:11
Compare
Choose a tag to compare

v1.1.2

  • Fix JSONC parsing issues with TypeScript configuration when using Preset (npx apply)

v1.1.1

20 Jul 23:48
Compare
Choose a tag to compare

v1.1.1

  • Fix for conflicting dependencies across svelte-jester