+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout e9d12f1585da7f7bd4ee03f47f43bfd7a2247ab8 client/blocks/app-banner/test/app-banner.jsx
Updated 0 paths from 95f798b6e6
+ git apply --verbose --reject -
Checking patch client/blocks/app-banner/test/app-banner.jsx...
Applied patch client/blocks/app-banner/test/app-banner.jsx cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/blocks/app-banner/test/app-banner.jsx
PASS client/blocks/app-banner/test/app-banner.jsx (5.56s)
  iOS deep link fragments
    ✓ properly encodes tricky fragments (6ms)
    ✓ returns a fragment for a null path
    ✓ returns a fragment for each section (4ms)
    ✓ returns an empty fragment for other sections (1ms)
    ✓ returns a valid Reader URI for the root path
    ✓ passes through a non-root Reader path
    ✓ passes through a Stats path (1ms)
  iOS deep links
    ✓ returns a URI even if the path is null
    ✓ returns URIs for each path (1ms)
    ✓ includes fragment in URI
  getCurrentSection
    ✓ returns stats if in stats section
    ✓ returns null for activity log page (1ms)
    ✓ returns notes if notes is open
    ✓ returns reader if in reader section
    ✓ returns editor if in editor section
    ✓ returns null if in a disallowed section (1ms)

Test Suites: 1 passed, 1 total
Tests:       16 passed, 16 total
Snapshots:   8 passed, 8 total
Time:        6.735s
Ran all test suites matching /client\/blocks\/app-banner\/test\/app-banner.jsx/i.
+ : '>>>>> End Test Output'
+ git checkout e9d12f1585da7f7bd4ee03f47f43bfd7a2247ab8 client/blocks/app-banner/test/app-banner.jsx
Updated 1 path from 95f798b6e6
