Class: FakeGlob
@boll/core › Globals › FakeGlob
Class: FakeGlob
Hierarchy
- FakeGlob
Implements
Index
Properties
Methods
Properties
exclude
• exclude: string[] = []
Implementation of FileGlob.exclude
Defined in tests/config.test.ts:27
include
• include: string[] = []
Implementation of FileGlob.include
Defined in tests/config.test.ts:28
Methods
findFiles
▸ findFiles(): Promise‹BollFile[]›
Implementation of FileGlob
Defined in tests/config.test.ts:24
Returns: Promise‹BollFile[]›