Skip to content

Commit 7b39078

Browse files
committed
fixed failing tests
1 parent 803668f commit 7b39078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/npm-support.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function setupProject(): IFuture<any> {
144144
prepareProject: () => Future.fromResult(),
145145
prepareAppResources: () => Future.fromResult(),
146146
afterPrepareAllPlugins: () => Future.fromResult(),
147+
beforePrepareAllPlugins: () => Future.fromResult(),
147148
getAppResourcesDestinationDirectoryPath: () => Future.fromResult(""),
148149
processConfigurationFilesFromAppResources: () => Future.fromResult(),
149150
ensureConfigurationFileInAppResources: () => Future.fromResult(),

0 commit comments

Comments
 (0)