fix(core): update
This commit is contained in:
		| @@ -172,7 +172,7 @@ export class TsTest { | ||||
|           const testModule = await import(`/${bundleName}`); | ||||
|           if (testModule && testModule.default && testModule.default instanceof Promise) { | ||||
|             // Execute the exported test function | ||||
|             await testModule.runTestPromise; | ||||
|             await testModule.default; | ||||
|           } else { | ||||
|             console.error('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); | ||||
|             console.error('Test module does not export a default promise.'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user