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() {
187187 testInjector . register ( "addPlatformService" , { } ) ;
188188 testInjector . register ( "platformController" , { } ) ;
189189 testInjector . register ( "platformCommandHelper" , PlatformCommandHelper ) ;
190+ testInjector . register ( "bundleValidatorHelper" , {
191+ validate : ( ) => ( { } )
192+ } ) ;
190193
191194 return testInjector ;
192195}
Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ function createTestInjector() {
150150 testInjector . register ( "cleanupService" , {
151151 setShouldDispose : ( shouldDispose : boolean ) : void => undefined
152152 } ) ;
153+ testInjector . register ( "bundleValidatorHelper" , {
154+ validate : ( ) => ( { } )
155+ } ) ;
153156
154157 return testInjector ;
155158}
You can’t perform that action at this time.
0 commit comments