File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,9 @@ function createTestInjector() {
187
187
testInjector . register ( "addPlatformService" , { } ) ;
188
188
testInjector . register ( "platformController" , { } ) ;
189
189
testInjector . register ( "platformCommandHelper" , PlatformCommandHelper ) ;
190
+ testInjector . register ( "bundleValidatorHelper" , {
191
+ validate : ( ) => ( { } )
192
+ } ) ;
190
193
191
194
return testInjector ;
192
195
}
Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ function createTestInjector() {
150
150
testInjector . register ( "cleanupService" , {
151
151
setShouldDispose : ( shouldDispose : boolean ) : void => undefined
152
152
} ) ;
153
+ testInjector . register ( "bundleValidatorHelper" , {
154
+ validate : ( ) => ( { } )
155
+ } ) ;
153
156
154
157
return testInjector ;
155
158
}
You can’t perform that action at this time.
0 commit comments