-
Notifications
You must be signed in to change notification settings - Fork 5
jest doesn't exist as an adder #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We're going to resolve this soon. We were waiting on the You can track the progress of the architecture change in the following issue: I'll also keep you updated with when you can use this adder @bertrandlalo |
Documentation's been updated -- Hope this clarifies things for you @bertrandlalo |
Thank you very much 🙌 I'm trying And when I had the flag Any idea? PS: If ever you had even an example of what files/config should be created after running those commands, it would help me a lot... I'm desperate to integrate some tests to my svelte-kit application.... |
I'll try to replicate and investigate now, in the meantime, can you confirm that:
|
Yes, I do confirm that I'm on a SvelteKit project. I'm on MacOs, zsh, with Node v14.16.0. A friend tried on windows and got the following error:
|
Thank you so much. Let me know if there's anything I can do to help! |
We've rolled back the JSON-C changes for now, as Preset doesn't support modifying JSON files that have comments in them or have support for external dependencies. We've also raised an issue with the Preset team, specifically to do with making the error handling logic easier for us: In the meantime, apart from the caveat of not being able to have comments in your |
Wow, great, nice catchI I used a bash terminal to see if zsh was the problem and it worked well 🙏👌🙌 (the test fails though on Thank you very much for your help. Tomorrow, I'll try to use all this on my actual project. 💃❤️ |
Fab! The intention was for the test to fail -- Forces the developer to make it pass, if you don't want the example test files, you can pass in the |
Dear authors,
First of all, thank you for the repo initiative!
I'm trying to configure jest test on a SvelteKit project.
Here is what I did :
npm init svelte@next
and chose typescripttsconfig
filenpx svelte-add jest
Here is the following output:
Do you have any idea of what I might have done wrong?
++
The text was updated successfully, but these errors were encountered: