+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 6324c6d30d4ece27eeb00faa3e7cc0aa1f817f83 client/blocks/post-share/test/nudges.jsx client/blocks/upgrade-nudge/test/index.js
Updated 0 paths from 94020fdecc
+ git apply --verbose --reject -
<stdin>:17: trailing whitespace.
	
<stdin>:103: trailing whitespace.
		
Checking patch client/blocks/post-share/test/nudges.jsx...
Checking patch client/blocks/upgrade-nudge/test/index.js...
Applied patch client/blocks/post-share/test/nudges.jsx cleanly.
Applied patch client/blocks/upgrade-nudge/test/index.js cleanly.
warning: 2 lines add whitespace errors.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/blocks/post-share/test/nudges.jsx
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
FAIL client/blocks/post-share/test/nudges.jsx
  UpgradeToPremiumNudgePure basic tests
    ✓ should not blow up (7ms)
    ✕ hide when user cannot upgrade (3ms)
  UpgradeToPremiumNudgePure.render()
    ✓ Should pass 2-years wp.com premium plan for 2-years plans jetpack_free
    ✓ Should pass 2-years wp.com premium plan for 2-years plans jetpack_personal (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans jetpack_personal_monthly (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans jetpack_premium
    ✓ Should pass 2-years wp.com premium plan for 2-years plans jetpack_premium_monthly (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans jetpack_business
    ✓ Should pass 2-years wp.com premium plan for 2-years plans jetpack_business_monthly (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans free_plan
    ✓ Should pass 2-years wp.com premium plan for 2-years plans blogger-bundle (4ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans personal-bundle (2ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans value_bundle (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans business-bundle-monthly
    ✓ Should pass 2-years wp.com premium plan for 2-years plans business-bundle (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans ecommerce-bundle
    ✓ Should pass 2-years wp.com premium plan for 2-years plans blogger-bundle-2y (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans personal-bundle-2y
    ✓ Should pass 2-years wp.com premium plan for 2-years plans value_bundle-2y (1ms)
    ✓ Should pass 2-years wp.com premium plan for 2-years plans business-bundle-2y
    ✓ Should pass 2-years wp.com premium plan for 2-years plans ecommerce-bundle-2y

  ● UpgradeToPremiumNudgePure basic tests › hide when user cannot upgrade

    expect(received).toBe(expected) // Object.is equality

    Expected: 0
    Received: 1

      73 | 		};
      74 | 		const comp = shallow( <UpgradeToPremiumNudgePure { ...props } /> );
    > 75 | 		expect( comp.find( 'Banner' ).length ).toBe( 0 );
         | 		                                       ^
      76 | 	} );
      77 | } );
      78 | 

      at Object.toBe (client/blocks/post-share/test/nudges.jsx:75:42)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 20 passed, 21 total
Snapshots:   0 total
Time:        3.613s
Ran all test suites matching /client\/blocks\/post-share\/test\/nudges.jsx/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/blocks/upgrade-nudge/test/index.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
PASS client/blocks/upgrade-nudge/test/index.js
  UpgradeNudge
    wrapper
      ✓ should display with default props (11ms)
      ✓ should not display without a site (1ms)
      ✓ should not display for paid plans without feature prop (personal) (1ms)
      ✓ should not display for paid plans without feature prop (blogger) (1ms)
      ✓ should not display when user can't manage site
      with feature prop
        ✓ should not display when plan has feature (1ms)
        ✓ should display when plan doesn't have feature (2ms)
      with jetpack prop
        ✓ should not display a jetpack feature for non-jetpack sites (1ms)
        ✓ should not display when non-jetpack feature for jetpack sites (2ms)

Test Suites: 1 passed, 1 total
Tests:       9 passed, 9 total
Snapshots:   0 total
Time:        2.343s
Ran all test suites matching /client\/blocks\/upgrade-nudge\/test\/index.js/i.
+ : '>>>>> End Test Output'
+ git checkout 6324c6d30d4ece27eeb00faa3e7cc0aa1f817f83 client/blocks/post-share/test/nudges.jsx client/blocks/upgrade-nudge/test/index.js
Updated 2 paths from 94020fdecc
