Skip to content

Excluding some css files with test regex #672

@intelcoder

Description

@intelcoder

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

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