sveltejs / prettier-plugin-svelte

Format your svelte components using prettier.
MIT License
745 stars 97 forks source link

Unit test fail #277

Closed ShroXd closed 2 years ago

ShroXd commented 2 years ago

Context

I tried to run the unit test of this repo, but the test case for svelte is fail. Look like it's because we can't import the svelte/compiler, but I don't know how to address this problem.

Screenshot

image

dummdidumm commented 2 years ago

Please provide more details. What tests are you referring to? Is there a repository to look at? How does the package.json look like?

ShroXd commented 2 years ago

Please provide more details. What tests are you referring to? Is there a repository to look at? How does the package.json look like?

Sorry.. I realize I put the issue in the wrong repo😰