svelte-jester icon indicating copy to clipboard operation
svelte-jester copied to clipboard

A Jest transformer for Svelte - compile your components before importing them into tests.

Results 34 svelte-jester issues
Sort by recently updated
recently updated
newest added

Hi, in my configuration, I am testing svelte files written in typescript. In my `jest.config.json` I have: ```json { "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.svelte", "src/**/*.js", "src/**/*.ts" ], "coverageDirectory": "coverage", "coverageProvider":...

question

Bumps [terser](https://github.com/terser/terser) from 5.8.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.42.5 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.42.5 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Hello I export component specific information from svelte components, but I can not import them in any svelte test using `svelte-jester` I am using typescript ```svelte export const prerender =...

question

I have a typescript Svelte component that makes use of moment.JS, importing like so: `import moment from "moment` It works with my rollup compilation and development server flawlessly. However, when...

invalid
question

FYI: this is based on #100. So if #100 gets merged first, the changes here a much smaller. This change makes the ESM async transformer the default. It also adds...

documentation
enhancement

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @​Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies