+ 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
FAIL client/blocks/app-banner/test/app-banner.jsx (8.781s)
  iOS deep link fragments
    ✓ properly encodes tricky fragments (6ms)
    ✓ returns a fragment for a null path (1ms)
    ✓ returns a fragment for each section (3ms)
    ✓ returns an empty fragment for other sections
    ✓ returns a valid Reader URI for the root path (1ms)
    ✓ passes through a non-root Reader path
    ✓ passes through a Stats path
  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 (1ms)
    ✕ returns null for activity log page (19ms)
    ✓ returns notes if notes is open (1ms)
    ✓ returns reader if in reader section
    ✓ returns editor if in editor section
    ✓ returns null if in a disallowed section (1ms)

  ● getCurrentSection › returns null for activity log page

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

    Expected: null
    Received: "stats"

    Difference:

      Comparing two different types of values. Expected null but received string.

      70 | 
      71 | 	test( 'returns null for activity log page', () => {
    > 72 | 		expect( getCurrentSection( STATS, false, '/stats/activity/123' ) ).toBe( null );
         | 		                                                                   ^
      73 | 	} );
      74 | 
      75 | 	test( 'returns notes if notes is open', () => {

      at Object.<anonymous> (client/blocks/app-banner/test/app-banner.jsx:72:70)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 15 passed, 16 total
Snapshots:   8 passed, 8 total
Time:        10.018s
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
