fix(core): update testing framework

This commit is contained in:
2018-08-07 11:13:03 +02:00
parent 30249ad254
commit 93b44ba888
4 changed files with 84 additions and 5 deletions

3
testassets/child.ts Normal file
View File

@ -0,0 +1,3 @@
module.exports = (input, done) => {
done(input);
};