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 2221976 commit a97d413Copy full SHA for a97d413
test/npm-support.ts
@@ -158,7 +158,7 @@ async function setupProject(dependencies?: any): Promise<any> {
158
processConfigurationFilesFromAppResources: () => Promise.resolve(),
159
ensureConfigurationFileInAppResources: (): any => null,
160
interpolateConfigurationFile: (): void => undefined,
161
- isPlatformPrepared: (projectRoot: string) => false
+ isPlatformPrepared: (projectRoot: string) => false,
162
validatePlugins: (projectData: IProjectData) => Promise.resolve()
163
}
164
};
0 commit comments