+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 5bb7ee7beec05830b9edbaa2f12d3bf27d67a079 client/state/ui/test/reducer.js config/test.json
Updated 0 paths from c7f70014cf
+ git apply --verbose --reject -
Checking patch client/state/selectors/test/is-gutenberg-opt-in-dialog-showing.js...
Checking patch client/state/ui/gutenberg-opt-in-dialog/test/actions.js...
Checking patch client/state/ui/gutenberg-opt-in-dialog/test/reducer.js...
Checking patch client/state/ui/test/reducer.js...
Checking patch config/test.json...
Applied patch client/state/selectors/test/is-gutenberg-opt-in-dialog-showing.js cleanly.
Applied patch client/state/ui/gutenberg-opt-in-dialog/test/actions.js cleanly.
Applied patch client/state/ui/gutenberg-opt-in-dialog/test/reducer.js cleanly.
Applied patch client/state/ui/test/reducer.js cleanly.
Applied patch config/test.json cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/selectors/test/is-gutenberg-opt-in-dialog-showing.js
FAIL client/state/selectors/test/is-gutenberg-opt-in-dialog-showing.js
  ● Test suite failed to run

    Cannot find module 'state/selectors/is-gutenberg-opt-in-dialog-showing' from 'is-gutenberg-opt-in-dialog-showing.js'

      4 |  * Internal dependencies
      5 |  */
    > 6 | import isGutenbergOptInDialogShowing from 'state/selectors/is-gutenberg-opt-in-dialog-showing';
        | ^
      7 | 
      8 | describe( 'isGutenbergOptInDialogShowing()', () => {
      9 | 	test( 'should return false if the value is not known', () => {

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
      at Object.<anonymous> (client/state/selectors/test/is-gutenberg-opt-in-dialog-showing.js:6:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        2.198s
Ran all test suites matching /client\/state\/selectors\/test\/is-gutenberg-opt-in-dialog-showing.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/ui/gutenberg-opt-in-dialog/test/actions.js
FAIL client/state/ui/gutenberg-opt-in-dialog/test/actions.js
  ● Test suite failed to run

    Cannot find module '../actions' from 'actions.js'

      4 |  * Internal dependencies
      5 |  */
    > 6 | import { showGutenbergOptInDialog, hideGutenbergOptInDialog } from '../actions';
        | ^
      7 | import { GUTENBERG_OPT_IN_DIALOG_IS_SHOWING } from 'state/action-types';
      8 | 
      9 | describe( 'actions', () => {

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
      at Object.<anonymous> (client/state/ui/gutenberg-opt-in-dialog/test/actions.js:6:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        1.474s
Ran all test suites matching /client\/state\/ui\/gutenberg-opt-in-dialog\/test\/actions.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/ui/gutenberg-opt-in-dialog/test/reducer.js
FAIL client/state/ui/gutenberg-opt-in-dialog/test/reducer.js
  ● Test suite failed to run

    Cannot find module '../reducer' from 'reducer.js'

      4 |  * Internal dependencies
      5 |  */
    > 6 | import reducer from '../reducer';
        | ^
      7 | 
      8 | describe( 'reducer', () => {
      9 | 	test( 'should export expected reducer keys', () => {

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
      at Object.<anonymous> (client/state/ui/gutenberg-opt-in-dialog/test/reducer.js:6:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        1.626s
Ran all test suites matching /client\/state\/ui\/gutenberg-opt-in-dialog\/test\/reducer.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/ui/test/reducer.js
FAIL client/state/ui/test/reducer.js
  reducer
    ✕ should include expected keys in return value (26ms)
    #selectedSiteId()
      ✓ should default to null (1ms)
      ✓ should set the selected site ID
      ✓ should set to null if siteId is undefined
    #isNotificationsOpen()
      ✓ should default to false (1ms)
      ✓ should toggle open when closed
      ✓ should toggle closed when open
    #siteSelectionInitialized()
      ✓ should default to false
      ✓ should be true when a site is selected
      ✓ should be true if siteId is undefined
      ✓ should be true if siteId is null

  ● reducer › should include expected keys in return value

    AssertionError: expected { Object (actionLog, billingTransactions, ...) } to have keys 'actionLog', 'billingTransactions', 'comments', 'dropZone', 'editor', 'googleMyBusiness', 'guidedTour', 'gutenbergOptInDialog', 'hasSidebar', 'isLoading', 'isNotificationsOpen', 'isPreviewShowing', 'layoutFocus', 'language', 'masterbarVisibility', 'mediaModal', 'npsSurveyNotice', 'oauth2Clients', 'payment', 'postTypeList', 'preview', 'route', 'reader', 'section', 'selectedSiteId', 'siteSelectionInitialized', and 'themeSetup'

      14 | describe( 'reducer', () => {
      15 | 	test( 'should include expected keys in return value', () => {
    > 16 | 		expect( reducer( undefined, {} ) ).to.have.keys( [
         | 		                                           ^
      17 | 			'actionLog',
      18 | 			'billingTransactions',
      19 | 			'comments',

      at Object.keys (client/state/ui/test/reducer.js:16:46)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 10 passed, 11 total
Snapshots:   0 total
Time:        3.496s
Ran all test suites matching /client\/state\/ui\/test\/reducer.js/i.
+ : '>>>>> End Test Output'
+ git checkout 5bb7ee7beec05830b9edbaa2f12d3bf27d67a079 client/state/ui/test/reducer.js config/test.json
Updated 2 paths from c7f70014cf
