fix(core): update
This commit is contained in:
@ -41,7 +41,7 @@ export class TestDirectory {
|
||||
private async _init() {
|
||||
this.testfileArray = await plugins.smartfile.fs.fileTreeToObject(
|
||||
plugins.path.join(this.cwd, this.relativePath),
|
||||
'**/*.ts'
|
||||
'test*.ts'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user