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(''); // force new line
|
||||||
console.log('>>>>>>> TEST PART 2: node');
|
console.log('>>>>>>> TEST PART 2: node');
|
||||||
const tapParserBothNode = await this.runInNode(fileNameArg);
|
const tapParserBothNode = await this.runInNode(fileNameArg);
|
||||||
tapCombinator.addTapParser(tapParserBothBrowser);
|
tapCombinator.addTapParser(tapParserBothNode);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
const tapParserNode = await this.runInNode(fileNameArg);
|
const tapParserNode = await this.runInNode(fileNameArg);
|
||||||
|
Loading…
Reference in New Issue
Block a user