Mocha scss issue #14583
Answered
by
jamesmosier
nikos-manolas
asked this question in
Help
Mocha scss issue
#14583
-
Hey, I am using scss modules Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
jamesmosier
Jun 26, 2020
Replies: 1 comment 3 replies
-
This Stack Overflow answer worked for me:
then run your tests in your
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nikos-manolas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This Stack Overflow answer worked for me:
npm install --save-dev ignore-styles
then run your tests in your
package.json
via:"test": "cross-env NODE_ENV=test mocha --require ignore-styles",