We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c72a4 commit 2ef0713Copy full SHA for 2ef0713
test/npm-support.ts
@@ -159,7 +159,8 @@ async function setupProject(dependencies?: any): Promise<any> {
159
ensureConfigurationFileInAppResources: (): any => null,
160
interpolateConfigurationFile: (): void => undefined,
161
isPlatformPrepared: (projectRoot: string) => false,
162
- validatePlugins: (projectData: IProjectData) => Promise.resolve()
+ validatePlugins: (projectData: IProjectData) => Promise.resolve(),
163
+ cleanProject: () => Promise.resolve(),
164
}
165
};
166
0 commit comments