fix(core): update

This commit is contained in:
2019-10-02 10:56:02 +02:00
parent 40cf6f72ce
commit 0286312855
3 changed files with 349 additions and 420 deletions

View File

@ -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'
);
}