+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 30b6c1b8d322efcd61485fd28f57364640d831c6 client/jetpack-connect/test/main.js
Updated 0 paths from 3d8e1553b
+ git apply --verbose --reject -
Checking patch client/jetpack-connect/test/main.js...
Applied patch client/jetpack-connect/test/main.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/jetpack-connect/test/main.js
PASS client/jetpack-connect/test/main.js (7.585s)
  JetpackConnectMain
    cleanUrl
      ✓ should prepare entered urls for network access (4ms)
    makeSafeRedirectionFunction
      ✓ should make a function that can calls the wrappe function
      ✓ should protect against multiple calls (1ms)
    goToPluginActivation
      ✓ should fire redirect (3ms)
      ✓ should dispatch analytics (1ms)
    goToPluginInstall
      ✓ should fire redirect (1ms)
      ✓ should dispatch analytics
    goToRemoteAuth
      ✓ should fire redirect (1ms)
      ✓ should dispatch analytics (1ms)
    goToPlans
      ✓ should fire redirect (1ms)
      ✓ should redirect to a site slug (1ms)
      ✓ should dispatch analytics

Test Suites: 1 passed, 1 total
Tests:       12 passed, 12 total
Snapshots:   7 passed, 7 total
Time:        8.736s
Ran all test suites matching /client\/jetpack-connect\/test\/main.js/i.
+ : '>>>>> End Test Output'
+ git checkout 30b6c1b8d322efcd61485fd28f57364640d831c6 client/jetpack-connect/test/main.js
Updated 1 path from 3d8e1553b
