-
-
Notifications
You must be signed in to change notification settings - Fork 609
Closed
Description
What is the current behavior?
I wanted to exclude some of the css files which can be many depends on config file.
So I tried to pass the regex to test
test: /^(?!bear|cat).*\.css$
/
However, it still include bear.css and cat.css which is not even required in js
What is the expected behavior?
I am expecting this test check regex and retrieve only matched ones
Metadata
Metadata
Assignees
Labels
No labels