No test files to reset
No test files to reset
+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ echo 'No test files to reset'
+ git apply --verbose --reject -
Checking patch client/state/data-layer/wpcom/sites/stats/views/posts/test/index.js...
Checking patch client/state/stats/recent-post-views/test/actions.js...
Checking patch client/state/stats/recent-post-views/test/reducer.js...
Checking patch client/state/stats/recent-post-views/test/selectors.js...
Applied patch client/state/data-layer/wpcom/sites/stats/views/posts/test/index.js cleanly.
Applied patch client/state/stats/recent-post-views/test/actions.js cleanly.
Applied patch client/state/stats/recent-post-views/test/reducer.js cleanly.
Applied patch client/state/stats/recent-post-views/test/selectors.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/data-layer/wpcom/sites/stats/views/posts/test/index.js
FAIL client/state/data-layer/wpcom/sites/stats/views/posts/test/index.js
  ● Test suite failed to run

    Cannot find module '../' from 'index.js'

      3 |  * Internal Dependencies
      4 |  */
    > 5 | import { fetch, onSuccess } from '../';
        | ^
      6 | import { http } from 'state/data-layer/wpcom-http/actions';
      7 | import {
      8 | 	requestRecentPostViews,

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
      at Object.<anonymous> (client/state/data-layer/wpcom/sites/stats/views/posts/test/index.js:5:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        1.873s
Ran all test suites matching /client\/state\/data-layer\/wpcom\/sites\/stats\/views\/posts\/test\/index.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/stats/recent-post-views/test/actions.js
FAIL client/state/stats/recent-post-views/test/actions.js
  ● Test suite failed to run

    Cannot find module '../actions' from 'actions.js'

      4 |  * Internal dependencies
      5 |  */
    > 6 | import { requestRecentPostViews, receiveRecentPostViews } from '../actions';
        | ^
      7 | import {
      8 | 	STATS_RECENT_POST_VIEWS_REQUEST,
      9 | 	STATS_RECENT_POST_VIEWS_RECEIVE,

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
      at Object.<anonymous> (client/state/stats/recent-post-views/test/actions.js:6:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        1.32s
Ran all test suites matching /client\/state\/stats\/recent-post-views\/test\/actions.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/stats/recent-post-views/test/reducer.js
FAIL client/state/stats/recent-post-views/test/reducer.js
  ● Test suite failed to run

    Cannot find module '../reducer' from 'reducer.js'

      4 |  * Internal dependencies
      5 |  */
    > 6 | import { items } from '../reducer';
        | ^
      7 | import { STATS_RECENT_POST_VIEWS_RECEIVE } from 'state/action-types';
      8 | 
      9 | describe( 'reducer', () => {

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
      at Object.<anonymous> (client/state/stats/recent-post-views/test/reducer.js:6:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        1.409s
Ran all test suites matching /client\/state\/stats\/recent-post-views\/test\/reducer.js/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/stats/recent-post-views/test/selectors.js
FAIL client/state/stats/recent-post-views/test/selectors.js
  ● Test suite failed to run

    Cannot find module '../selectors' from 'selectors.js'

      4 |  * Internal dependencies
      5 |  */
    > 6 | import { getRecentViewsForPost } from '../selectors';
        | ^
      7 | 
      8 | describe( 'selectors', () => {
      9 | 	const siteId = 3855820;

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
      at Object.<anonymous> (client/state/stats/recent-post-views/test/selectors.js:6:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        1.319s
Ran all test suites matching /client\/state\/stats\/recent-post-views\/test\/selectors.js/i.
+ : '>>>>> End Test Output'
+ echo 'No test files to reset'
