We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453da38 commit 788b156Copy full SHA for 788b156
packages/data-context/src/data/ProjectLifecycleManager.ts
@@ -835,7 +835,7 @@ export class ProjectLifecycleManager {
835
}
836
837
if (!this.isTestingTypeConfigured(this._currentTestingType) && !this.ctx.isRunMode) {
838
- this.ctx.actions.wizard.scaffoldTestingType().catch(this.onLoadError)
+ // this.ctx.actions.wizard.scaffoldTestingType().catch(this.onLoadError)
839
840
return
841
0 commit comments