File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,15 +319,7 @@ test('captured bundled app skeleton only exposes expected data key drift versus
319319 const headDataKeys = Object . keys ( headAppOptions . data ( ) ) . sort ( ) ;
320320 const extraCurrentKeys = currentDataKeys . filter ( ( key ) => ! headDataKeys . includes ( key ) ) . sort ( ) ;
321321 const missingCurrentKeys = headDataKeys . filter ( ( key ) => ! currentDataKeys . includes ( key ) ) . sort ( ) ;
322- const allowedExtraCurrentKeys = [
323- 'healthCheckDialogLastResult' ,
324- 'healthCheckDialogLockedProvider' ,
325- 'healthCheckDialogMessages' ,
326- 'healthCheckDialogPrompt' ,
327- 'healthCheckDialogSelectedProvider' ,
328- 'healthCheckDialogSending' ,
329- 'showHealthCheckDialog'
330- ] ;
322+ const allowedExtraCurrentKeys = [ ] ;
331323 const allowedMissingCurrentKeys = [ ] ;
332324 if ( parityAgainstHead ) {
333325 const allowedExtraKeySet = new Set ( allowedExtraCurrentKeys ) ;
You can’t perform that action at this time.
0 commit comments