fix(core): update
This commit is contained in:
		| @@ -43,8 +43,12 @@ export class TsTest { | ||||
|           tapCombinator.addTapParser(tapParserBrowser); | ||||
|           break; | ||||
|         case fileNameArg.endsWith('.both.ts'): | ||||
|             console.log('>>>>>>> TEST PART 1: chrome'); | ||||
|             const tapParserBothBrowser = await this.runInChrome(fileNameArg); | ||||
|             tapCombinator.addTapParser(tapParserBothBrowser); | ||||
|             console.log(cs(`|`.repeat(16), 'cyan')); | ||||
|             console.log(''); // force new line | ||||
|             console.log('>>>>>>> TEST PART 2: node'); | ||||
|             const tapParserBothNode = await this.runInNode(fileNameArg); | ||||
|             tapCombinator.addTapParser(tapParserBothBrowser); | ||||
|             break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user