fix(core): update
This commit is contained in:
parent
003dc473ea
commit
8f1492dfbd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user