+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout adc68ed44a6cb224a1dcfa0642284e2bf0fe4f77 client/extensions/woocommerce/state/sites/settings/general/test/selectors.js
Updated 0 paths from 1a7254786
+ git apply --verbose --reject -
Checking patch client/extensions/woocommerce/state/sites/settings/general/test/selectors.js...
Applied patch client/extensions/woocommerce/state/sites/settings/general/test/selectors.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/extensions/woocommerce/state/sites/settings/general/test/selectors.js
FAIL client/extensions/woocommerce/state/sites/settings/general/test/selectors.js
  selectors
    #areSettingsGeneralLoaded
      ✓ should be false when woocommerce state is not available. (2ms)
      ✓ should be false when settings are currently being fetched.
      ✓ should be true when settings are loaded.
      ✓ should be false when settings are loaded only for a different site.
      ✓ should get the siteId from the UI tree if not provided.
    #areSettingsGeneralLoading
      ✓ should be false when woocommerce state is not available.
      ✓ should be true when settings are currently being fetched.
      ✓ should be false when settings are loaded.
      ✓ should be false when settings are loaded only for a different site.
      ✓ should get the siteId from the UI tree if not provided. (1ms)
    #getPaymentCurrencySettings
      ✓ should get the currency settings from the state.
      ✓ should get the siteId from the UI tree if not provided.
    getShipToCountrySetting
      ✕ should get the setting from state. (10ms)
      ✕ should get the siteId from the UI tree if not provided. (1ms)

  ● selectors › getShipToCountrySetting › should get the setting from state.

    TypeError: (0 , _selectors.getShipToCountrySetting) is not a function

      133 | 	describe( 'getShipToCountrySetting', () => {
      134 | 		test( 'should get the setting from state.', () => {
    > 135 | 			expect( getShipToCountrySetting( loadedState, 123 ) ).to.eql( shipToCountrySetting );
      136 | 		} );
      137 |
      138 | 		test( 'should get the siteId from the UI tree if not provided.', () => {
      
      at Object.<anonymous> (client/extensions/woocommerce/state/sites/settings/general/test/selectors.js:135:12)

  ● selectors › getShipToCountrySetting › should get the siteId from the UI tree if not provided.

    TypeError: (0 , _selectors.getShipToCountrySetting) is not a function

      137 |
      138 | 		test( 'should get the siteId from the UI tree if not provided.', () => {
    > 139 | 			expect( getShipToCountrySetting( loadedStateWithUi ) ).to.eql( shipToCountrySetting );
      140 | 		} );
      141 | 	} );
      142 | } );
      
      at Object.<anonymous> (client/extensions/woocommerce/state/sites/settings/general/test/selectors.js:139:12)

Test Suites: 1 failed, 1 total
Tests:       2 failed, 12 passed, 14 total
Snapshots:   0 total
Time:        3.032s
Ran all test suites matching /client\/extensions\/woocommerce\/state\/sites\/settings\/general\/test\/selectors.js/i.
+ : '>>>>> End Test Output'
+ git checkout adc68ed44a6cb224a1dcfa0642284e2bf0fe4f77 client/extensions/woocommerce/state/sites/settings/general/test/selectors.js
Updated 1 path from 1a7254786
