+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout a8b6633f060ab38130c363009b8e6aa10fa4055a client/components/happiness-support/test/index.jsx
Updated 1 path from f9674e74dd
+ git apply --verbose --reject -
Checking patch client/components/happiness-support/test/index.jsx...
Applied patch client/components/happiness-support/test/index.jsx cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/components/happiness-support/test/index.jsx
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
PASS client/components/happiness-support/test/index.jsx (5.209s)
  HappinessSupport
    ✓ should render translated heading content (9ms)
    ✓ should render translated help content (3ms)
    ✓ should render a translated support button (2ms)
    ✓ should render a support button with link to SUPPORT_ROOT if it is not for JetPack (5ms)
    ✓ should render a support button with link to JETPACK_SUPPORT if it is for JetPack (2ms)
    ✓ should have is-placeholder className only if it is a placeholder (3ms)
    ✓ should render a <HappychatConnection /> when showLiveChat prop is true (1ms)
    LiveChat button
      ✓ should be rendered only when showLiveChatButton prop is true and LiveChat is available (5ms)
      ✓ should render translated content (1ms)
      ✓ should fire tracks event with given event name when clicked (4ms)
      ✓ should not fire tracks event when no event name is passed even if clicked (1ms)
    Contact button
      ✓ should be rendered unless LiveChat button shows up (8ms)
      ✓ should be rendered with link to CALYPSO_CONTACT if it is not for JetPack (1ms)
      ✓ should be rendered with link to JETPACK_CONTACT_SUPPORT if it is for JetPack (3ms)
      ✓ should render translated content (1ms)

Test Suites: 1 passed, 1 total
Tests:       15 passed, 15 total
Snapshots:   0 total
Time:        5.249s
Ran all test suites matching /client\/components\/happiness-support\/test\/index.jsx/i.
+ : '>>>>> End Test Output'
+ git checkout a8b6633f060ab38130c363009b8e6aa10fa4055a client/components/happiness-support/test/index.jsx
Updated 1 path from f9674e74dd
