Releases: rossyman/svelte-add-jest
Releases · rossyman/svelte-add-jest
v1.3.4
v1.3.4
Enhance documentation around routed tests (#39)
v1.3.3
v1.3.3
- Don't use relative modules path for svelte-jester transformer (#38)
v1.3.2
v1.3.2
- Move JSDom comments to top of spec files. #31
v1.3.0
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
v1.2.0
- Add
svelte-jester
2.0 support. #16
v1.1.4
v1.1.4
- Fixed issue with module name alias resolution when referring to built in
$app
routes. #13
v1.1.3
v1.1.3
- Fix issue relating to external JSON-C parsing dependency (#5)
- Add back JSON-C specific warning to README
v1.1.2
v1.1.2
- Fix JSONC parsing issues with TypeScript configuration when using Preset (
npx apply
)
v1.1.1
v1.1.1
- Fix for conflicting dependencies across
svelte-jester