issues Search Results · repo:svelteness/svelte-jester language:TypeScript
Filter by
60 results
(101 ms)60 results
insvelteness/svelte-jester (press backspace or delete to remove)My package.json includes jest : ^29.7.0 , svelte : ^5.0.0 , svelte-jester : ^5.0.0 ,
For svelte 5 migration I added import { render } from svelte/server ; to ssr.test.js
Result is
FAIL test/ssr/ssr.test.js ...
enhancement
norricorp
- 5
- Opened on Jan 30
- #299
Howdy! I m working on full Svelte 5 support over in @testing-library/svelte and I discovered that our suite fails with
Svelte 5 + Jest + svelte-jester.
In Svelte 5, we rely on the $state rune to be able ...
enhancement
mcous
- 8
- Opened on May 15, 2024
- #282
Today, svelte-jester throw an exception if we try to use Svelte 4 with a (classic) cjs setup.
To help with the migration path to esm and jest, it would be great to not throw an exception here but maybe ...
enhancement
j3rem1e
- 3
- Opened on Aug 31, 2023
- #166
Thank you for creating this library. It has made it possible to test a svelte component in Jest.
There are some places where we want to make multiple calls in the same it function, instead of in 2 separate ...
question
claremacrae
- 1
- Opened on Aug 9, 2023
- #154
Hi, I m wondering if this library is still maintained. Svelte 4 has been released few days ago, and I needed to change
how the tests were written, to be able to get them to work. Is this something it s ...
enhancement
rallets
- 7
- Opened on Jun 26, 2023
- #121
We should add presets like vue-cli:
https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-unit-jest/presets
enhancement
sebastianrothe
- Opened on Feb 16, 2022
- #102
Whenever using svelte:component/ to dynamically set element types, rendering breaks with the error message
TypeError: switch_value is not a constructor
I ve created a repository with a single test that ...
kesslern
- 1
- Opened on Jan 5, 2022
- #92
See this repo for a minimal reproduction, just clone, install, and run tests. Full details for recreating the repo from
scratch are included in the README.
The gist of it is, when I use the preprocessing ...
eden-omb
- 4
- Opened on Jan 4, 2022
- #91
Hi, in my configuration, I am testing svelte files written in typescript. In my jest.config.json I have:
{
collectCoverage : true,
collectCoverageFrom : [
src/**/*.svelte ,
src/**/*.js ...
question
marekdedic
- 8
- Opened on Dec 14, 2021
- #90
I am trying to write a test for the component which is using scss as default styling. But test is throwing error that
its not able to understand scss
myComponent.svelte
div Hello span world /span ...
question
wadehrarshpreet
- 1
- Opened on Nov 23, 2021
- #89

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.