|
|
|
|
|
by khalidx
855 days ago
|
|
TLDR: Issue with yarn also. I just tested with yarn, and the same issue exists unless the yarn or npm config option for `script-shell` is set to zsh (like the solution described in the link). With `script-shell` set to zsh: globstar paths work with subdirectories.
Without `script-shell` set (the default on linux): only top-level paths work. The command I ran was `yarn test` with this test script in the scripts section of package.json: `node --test src/**/*.test.ts`. I don't want to turn this into a GitHub issue thread, but also didn't want to be dismissive. I hope that helps. |
|