feat(pretask): introduce new pretask functionality for setting up testing environment

This commit is contained in:
2019-11-16 23:40:36 +01:00
parent bdcc94e723
commit 427878763e
4 changed files with 45 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ export class TapWrap {
* run the wrapFunction
*/
async run() {
// TODO: make sure it makes sense what we do here.
await this.wrapFunction();
}
}