No tests found, exiting with code 1
Run with `--passWithNoTests` to exit with code 0
In /testbed
  6686 files checked.
  testMatch: /testbed/client/**/test/*.js?(x), !**/.eslintrc.* - 1431 matches
  testPathIgnorePatterns: /node_modules/ - 6686 matches
  testRegex:  - 0 matches
Pattern: client/lib/localforage/test/localforage-bypass.js - 0 matches
+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout d1c128c3c97e81421f8137c138a2a1b112d44c8b client/lib/localforage/test/localforage-bypass.js client/lib/signup/test/step-actions.js client/lib/user-settings/test/index.js client/my-sites/people/people-invite-details/test/index.jsx client/state/jetpack-connect/test/actions.js client/state/test/initial-state.js
Updated 0 paths from 8d22189619
+ git apply --verbose --reject -
Checking patch client/lib/localforage/test/localforage-bypass.js...
Checking patch client/lib/signup/test/step-actions.js...
Checking patch client/lib/user-settings/test/index.js...
Checking patch client/my-sites/people/people-invite-details/test/index.jsx...
Checking patch client/state/jetpack-connect/test/actions.js...
Checking patch client/state/test/initial-state.js...
Applied patch client/lib/localforage/test/localforage-bypass.js cleanly.
Applied patch client/lib/signup/test/step-actions.js cleanly.
Applied patch client/lib/user-settings/test/index.js cleanly.
Applied patch client/my-sites/people/people-invite-details/test/index.jsx cleanly.
Applied patch client/state/jetpack-connect/test/actions.js cleanly.
Applied patch client/state/test/initial-state.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/lib/localforage/test/localforage-bypass.js
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/lib/signup/test/step-actions.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
PASS client/lib/signup/test/step-actions.js (10.719s)
  createSiteWithCart()
    ✓ should use the vertical field in the survey tree if the site topic one is empty. (12ms)
    ✓ should use the site topic state if it is not empty. (2ms)
  isDomainFulfilled
    ✓ should call `submitSignupStep` with empty domainItem (8ms)
    ✓ should call `flows.excludeStep` with the stepName (1ms)
    ✓ should not remove unfulfilled step (1ms)
  isPlanFulfilled()
    ✓ should remove a step for existing paid plan (2ms)
    ✓ should remove a step when provided a cartItem default dependency (6ms)
    ✓ should not remove unfulfilled step (1ms)
  isSiteTypeFulfilled()
    ✓ should remove a fulfilled step (1ms)
    ✓ should not remove unfulfilled step
    ✓ should not remove step given an invalid site type (1ms)
  isSiteTopicFulfilled()
    ✓ should remove a step fulfilled (1ms)
    ✓ should not remove any step unfulfilled (1ms)
    ✓ should call both setSurvey() and submitSiteVertical() when vertical query param passed
    ✓ should call neither setSurvey() nor submitSiteVertical() when no vertical query param passed (1ms)
    ✓ should call neither setSurvey() nor submitSiteVertical() when the flow contains survey step

Test Suites: 1 passed, 1 total
Tests:       16 passed, 16 total
Snapshots:   0 total
Time:        10.819s
Ran all test suites matching /client\/lib\/signup\/test\/step-actions.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/lib/user-settings/test/index.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
PASS client/lib/user-settings/test/index.js
  User Settings
    ✓ should consider overridden settings as saved (9ms)
    ✓ should support flat and deep settings (6ms)
    ✓ should clean unsaved settings if swaping back to the original value (2ms)
    ✓ should clean unsaved nested settings if the parent becomes empty (1ms)
    #updateSetting
      ✓ should treat root language langSlug as an unsaved setting when its locale variant is activated
      ✓ should treat same locale variant language as an already-saved setting (1ms)
      ✓ should treat new root language as an unsaved setting
    #getOriginalSetting
      when a setting has a truthy value
        ✓ returns the value of that setting
      when a setting has a falsy value
        ✓ returns the value of that setting
      when a setting is not found
        ✓ returns null

Test Suites: 1 passed, 1 total
Tests:       10 passed, 10 total
Snapshots:   0 total
Time:        2.859s
Ran all test suites matching /client\/lib\/user-settings\/test\/index.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/my-sites/people/people-invite-details/test/index.jsx
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
PASS client/my-sites/people/people-invite-details/test/index.jsx (5.289s)
  PeopleInviteDetails
    ✓ should trigger deletion upon clicking Revoke Invite (pending invite) (41ms)
    ✓ should trigger deletion upon clicking Clear Invite (accepted invite) (4ms)
    ✓ should navigate back (to the invite list) when an invite is deleted (6ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   0 total
Time:        5.967s
Ran all test suites matching /client\/my-sites\/people\/people-invite-details\/test\/index.jsx/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/state/jetpack-connect/test/actions.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
PASS client/state/jetpack-connect/test/actions.js
  #confirmJetpackInstallStatus()
    ✓ should dispatch confirm status action when called (3ms)
  #dismissUrl()
    ✓ should dispatch dismiss url status action when called
  #retryAuth()
    ✓ should dispatch redirect action when called (6ms)
  #authorize()
    success
      ✓ should dispatch authorize request action when thunk triggered (11ms)
      ✓ should dispatch login complete action when request completes (121ms)
      ✓ should dispatch authorize receive action when request completes (106ms)
      ✓ should dispatch sites receive action when request completes (106ms)
      ✓ should dispatch authorize receive site list action when request completes (104ms)
    failure
      ✓ should dispatch authorize receive action when request completes (7ms)
  #validateSSONonce()
    success
      ✓ should dispatch validate action when thunk triggered (1ms)
      ✓ should dispatch receive action when request completes (2ms)
    failure
      ✓ should dispatch receive action when request completes (1ms)
  #authorizeSSO()
    success
      ✓ should dispatch validate action when thunk triggered (1ms)
      ✓ should dispatch receive action when request completes (1ms)
    failure
      ✓ should dispatch receive action when request completes (1ms)
  #createAccount()
    ✓ should resolve with the username and bearer token (2ms)
    ✓ should reject with the error (6ms)
  #createSocialAccount()
    ✓ should reject with the error (1ms)
    ✓ should resolve with the username and bearer token

Test Suites: 1 passed, 1 total
Tests:       19 passed, 19 total
Snapshots:   0 total
Time:        4.478s
Ran all test suites matching /client\/state\/jetpack-connect\/test\/actions.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/state/test/initial-state.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
FAIL client/state/test/initial-state.js
  ● Test suite failed to run

    Cannot find module 'lib/browser-storage' from 'initial-state.js'

      14 |  */
      15 | import { isEnabled } from 'config';
    > 16 | import * as browserStorage from 'lib/browser-storage';
         | ^
      17 | import userFactory from 'lib/user';
      18 | import { isSupportSession } from 'lib/user/support-user-interop';
      19 | import { SERIALIZE, DESERIALIZE } from 'state/action-types';

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:230:17)
      at Object.<anonymous> (client/state/test/initial-state.js:16:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        3.035s
Ran all test suites matching /client\/state\/test\/initial-state.js/i.
+ : '>>>>> End Test Output'
+ git checkout d1c128c3c97e81421f8137c138a2a1b112d44c8b client/lib/localforage/test/localforage-bypass.js client/lib/signup/test/step-actions.js client/lib/user-settings/test/index.js client/my-sites/people/people-invite-details/test/index.jsx client/state/jetpack-connect/test/actions.js client/state/test/initial-state.js
Updated 6 paths from 8d22189619
