This should also very well be a bug or documentation update
Is your feature request related to a problem? Please describe.
Leia will scan large directories specified in loose globz like node_modules and sometimes there are files that get flagged as false positives. This results in the generation of some tests that definitely shouldnt be tests.
Describe the solution you'd like
Not exactly sure but here are things to consider
It might already be possible to specify glob excludes with additional -p patterns based directly to leia. If this is true then we probably just want to update docs and spin up a tests
Alternatively we might want to consider some sort of --exclude option
Alternatively we could just automatically exclude common dependency directories like node_modules or vendor
This should also very well be a bug or documentation update
Is your feature request related to a problem? Please describe. Leia will scan large directories specified in loose
globz
likenode_modules
and sometimes there are files that get flagged as false positives. This results in the generation of some tests that definitely shouldnt be tests.Describe the solution you'd like Not exactly sure but here are things to consider
-p
patterns based directly to leia. If this is true then we probably just want to update docs and spin up a tests--exclude
optionnode_modules
orvendor