Skip to content

flag to disable warnings (or scss warnings only) #75

@iztsv

Description

@iztsv

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

screen shot 2018-03-26 at 15 40 25

The example project also related to #69 issue.

If the suggestion suits you then I can create a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions