-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(jest-config): add support for loading scss files #10302
feat(jest-config): add support for loading scss files #10302
Conversation
Hmm. Looks like some theme tests are failing. |
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: e10e535 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61d4bc20a8687600076b7e3d 😎 Browse the preview: https://deploy-preview-10302--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: e10e535 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61d4bc20d5f4ec00080ad768 😎 Browse the preview: https://deploy-preview-10302--carbon-components-react.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: e10e535 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61d4bc20e9b24500073cc620 😎 Browse the preview: https://deploy-preview-10302--carbon-elements.netlify.app |
@jnm2377 just pushed up a fix 👀 |
Add support for importing sass files from Jest. This is helpful for visibility checks in JSDOM that are based on CSS.
Changelog
New
Changed
Removed
Testing / Reviewing