You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried various configuration options and none of them work. The tests attempt to run against files I explicitly ignore in .stylelintignore and subsequently result in an error:
FAIL stylelint src/vendor/_normalize.scss
● Test suite failed to run
No files matching the pattern "D:\{path_to_project}\src\vendor\_normalize.scss" were found.
at globby.then (node_modules/stylelint/lib/standalone.js:211:12)
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.75. Please mark this comment with 👍 or 👎 to give our bot feedback!
Have the same issue but it happens when I try to run linter over the files that corresponds to testMatch expressions. Basically I can't run stylelint via jest, it fails all the time.
I have tried various configuration options and none of them work. The tests attempt to run against files I explicitly ignore in
.stylelintignore
and subsequently result in an error:The text was updated successfully, but these errors were encountered: