fix(core): update
This commit is contained in:
		| @@ -174,10 +174,10 @@ export class TsTest { | ||||
|             // Execute the exported test function | ||||
|             await testModule.runTest(); | ||||
|           } else { | ||||
|             originalError('Test module does not export runTest function.'); | ||||
|             console.error('Test module does not export runTest function.'); | ||||
|           } | ||||
|         } catch (err) { | ||||
|           originalError(err); | ||||
|           console.error(err); | ||||
|         } | ||||
|  | ||||
|         return logStore.join('\n'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user