fix: fix how globs resolves, excludes nested node_modules
folder by default
#536
Annotations
2 errors
Test:
test/search.test.ts#L70
AssertionError: expected [ 'App', 'Avatar', 'Book', …(23) ] to not deeply equal ArrayContaining ["Book"]
- Expected
+ Received
- ArrayContaining [
+ [
+ "App",
+ "Avatar",
"Book",
+ "Button",
+ "Checkbox",
+ "CollapseFolderAndComponentFromRoot",
+ "ComponentA",
+ "ComponentAsync",
+ "ComponentB",
+ "ComponentC",
+ "ComponentD",
+ "Components.d",
+ "CustomResolved",
+ "FolderAndComponentPartially",
+ "KebabCaseCollapseFile",
+ "KebabCaseFile",
+ "Main",
+ "MarkdownA",
+ "MarkdownB",
+ "Package",
+ "Recursive",
+ "ShimsVue.d",
+ "Src",
+ "Tsconfig",
+ "Undefined",
+ "Vite.config",
]
❯ test/search.test.ts:70:62
|
Test
Process completed with exit code 1.
|
Loading