From 8f1492dfbdccb532040a1032f78f0485a8276503 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 29 Sep 2020 16:15:51 +0000 Subject: [PATCH] fix(core): update --- ts/tstest.classes.tstest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tstest.classes.tstest.ts b/ts/tstest.classes.tstest.ts index 5deec02..0b595d8 100644 --- a/ts/tstest.classes.tstest.ts +++ b/ts/tstest.classes.tstest.ts @@ -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);