Open Willey1986 opened 1 year ago
related, I am having an issue where if I specify a path, like
./src/modules/dog
that it will also pick up other paths that start with the same letters, like
./src/modules/dogstuff
I have tried different ways:
./src/modules/dog/
, still happens
as mentioned in this issue, globs don't seem to work.
any ideas?
Hi,
coming from an angular project where normal files and test (spec) files are located next to each other it seems impossible to only check the .ts files and skip the .spec.ts files. Or did i mess up the configuration.
Is ist simply not possible right now?
Thx for your help!