Skip to content

Commit

Permalink
test(npm-support): add stub for cleanPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 committed May 29, 2017
1 parent 56c72a4 commit 2ef0713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/npm-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ async function setupProject(dependencies?: any): Promise<any> {
ensureConfigurationFileInAppResources: (): any => null,
interpolateConfigurationFile: (): void => undefined,
isPlatformPrepared: (projectRoot: string) => false,
validatePlugins: (projectData: IProjectData) => Promise.resolve()
validatePlugins: (projectData: IProjectData) => Promise.resolve(),
cleanProject: () => Promise.resolve(),
}
};
};
Expand Down

0 comments on commit 2ef0713

Please sign in to comment.