-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
Hello!
What do you think about to add a flag to disable all warnings?
Or, for example, a flag to disable only scss warnings (from scss-compiler.js)?
I use webpack aliases in my components and during npm run test of my project I see to many logs like this.: CSS is not fully supported by vue-jest, so some features will throw errors. Webpack aliases are a common cause of errors.
I've create the following example project: https://github.com/ilyaztsv/vue-jest-warnings
Steps to reproduce:
npm i
npm run test 2>&1 | grep 'SCSS is not fully supported'
Screenshot to view issue
The example project also related to #69 issue.
If the suggestion suits you then I can create a PR.
arielsalminen
Metadata
Metadata
Assignees
Labels
No labels
