Skip to content

"nodeTdd.glob" won't work recursive [WINDOWS] #19

@orgi

Description

@orgi

First of all:
Thanks for the great plug-in. This will ease my daily work 👍

Unfortunately when setting the glob to something like:

    "nodeTdd.glob": "{src,spec}/**/*.{js,ts,jsx,tsx}"

The '**' will only match exactly one folder level. Not more, not less. I would have assumed that it'd find spec files in sub folders as and in the spec and src folders as well.

I am running code on Windows. Is this an expected/known behavior?

Please also check following visualization:

spec
|-- spec1.js // changes here will be ignored
|-- folder
    |---- spec2.js // changes here will trigger new test run
    |---- anotherFolder
          |----------- spec3.js // changes here will be ignored

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions