# 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:24
# include
• include: string[] = []
Implementation of FileGlob.include
Defined in tests/config.test.ts:25
# Methods
# findFiles
▸ findFiles(): Promise‹BollFile[]›
Implementation of FileGlob
Defined in tests/config.test.ts:21
Returns: Promise‹BollFile[]›