Skip to content

Commit 2ef0713

Browse files
committed
test(npm-support): add stub for cleanPlatform
1 parent 56c72a4 commit 2ef0713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/npm-support.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ async function setupProject(dependencies?: any): Promise<any> {
159159
ensureConfigurationFileInAppResources: (): any => null,
160160
interpolateConfigurationFile: (): void => undefined,
161161
isPlatformPrepared: (projectRoot: string) => false,
162-
validatePlugins: (projectData: IProjectData) => Promise.resolve()
162+
validatePlugins: (projectData: IProjectData) => Promise.resolve(),
163+
cleanProject: () => Promise.resolve(),
163164
}
164165
};
165166
};

0 commit comments

Comments
 (0)