Skip to content

Commit a97d413

Browse files
authored
fixed missing colon (#2624)
1 parent 2221976 commit a97d413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/npm-support.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async function setupProject(dependencies?: any): Promise<any> {
158158
processConfigurationFilesFromAppResources: () => Promise.resolve(),
159159
ensureConfigurationFileInAppResources: (): any => null,
160160
interpolateConfigurationFile: (): void => undefined,
161-
isPlatformPrepared: (projectRoot: string) => false
161+
isPlatformPrepared: (projectRoot: string) => false,
162162
validatePlugins: (projectData: IProjectData) => Promise.resolve()
163163
}
164164
};

0 commit comments

Comments
 (0)