Skip to content

Commit 788b156

Browse files
committed
see what this breaks
1 parent 453da38 commit 788b156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-context/src/data/ProjectLifecycleManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ export class ProjectLifecycleManager {
835835
}
836836

837837
if (!this.isTestingTypeConfigured(this._currentTestingType) && !this.ctx.isRunMode) {
838-
this.ctx.actions.wizard.scaffoldTestingType().catch(this.onLoadError)
838+
// this.ctx.actions.wizard.scaffoldTestingType().catch(this.onLoadError)
839839

840840
return
841841
}

0 commit comments

Comments
 (0)