We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using <style module> along with postcss-nested results in an error in tests:
<style module>
postcss-nested
undefined:29:3: missing '}'
Using: vue: 2.6.11 postcss-nested: 4.2.3 any version of vue2-jest
vue2-jest
Example repo: https://github.com/talkor/vue-jest-bug
Run yarn test:unit to get the above error
yarn test:unit
Is there a way to use both in tests without "losing" the class names (i.e. empty classes or undefined in class names in tests)? Thanks
The text was updated successfully, but these errors were encountered:
I wonder if this PR (now released under vue/vue3-jest and vue/vue2-jest, both v27) fixed your issue? #425 (comment)
Sorry, something went wrong.
It is working well now in v27, thanks @lmiller1990 !
No branches or pull requests
When using
<style module>
along withpostcss-nested
results in an error in tests:Using:
vue: 2.6.11
postcss-nested: 4.2.3
any version of
vue2-jest
Example repo:
https://github.com/talkor/vue-jest-bug
Run
yarn test:unit
to get the above errorIs there a way to use both in tests without "losing" the class names (i.e. empty classes or undefined in class names in tests)?
Thanks
The text was updated successfully, but these errors were encountered: