File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,12 +339,7 @@ test('captured bundled app skeleton only exposes expected data key drift versus
339339 const headMethodKeys = Object . keys ( headMethods ) . sort ( ) ;
340340 const extraCurrentMethodKeys = currentMethodKeys . filter ( ( key ) => ! headMethodKeys . includes ( key ) ) . sort ( ) ;
341341 const missingCurrentMethodKeys = headMethodKeys . filter ( ( key ) => ! currentMethodKeys . includes ( key ) ) . sort ( ) ;
342- const allowedExtraCurrentMethodKeys = [
343- 'buildDefaultHealthCheckPrompt' ,
344- 'closeHealthCheckDialog' ,
345- 'openHealthCheckDialog' ,
346- 'sendHealthCheckDialogMessage'
347- ] ;
342+ const allowedExtraCurrentMethodKeys = [ ] ;
348343 if ( parityAgainstHead ) {
349344 const allowedExtraMethodKeySet = new Set ( allowedExtraCurrentMethodKeys ) ;
350345 const unexpectedExtraCurrentMethodKeys = extraCurrentMethodKeys . filter ( ( key ) => ! allowedExtraMethodKeySet . has ( key ) ) ;
You can’t perform that action at this time.
0 commit comments