fix(core): update

This commit is contained in:
Philipp Kunz 2020-09-29 16:15:51 +00:00
parent 003dc473ea
commit 8f1492dfbd

View File

@ -50,7 +50,7 @@ export class TsTest {
console.log(''); // force new line
console.log('>>>>>>> TEST PART 2: node');
const tapParserBothNode = await this.runInNode(fileNameArg);
tapCombinator.addTapParser(tapParserBothBrowser);
tapCombinator.addTapParser(tapParserBothNode);
break;
default:
const tapParserNode = await this.runInNode(fileNameArg);