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/lib/mobile-app/test/index.js...
Applied patch client/lib/mobile-app/test/index.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/lib/mobile-app/test/index.js
FAIL client/lib/mobile-app/test/index.js
  ● Test suite failed to run

    Cannot find module 'lib/mobile-app' from 'index.js'

      4 |  * Internal dependencies
      5 |  */
    > 6 | import { isWpMobileApp } from 'lib/mobile-app';
        | ^
      7 | 
      8 | describe( 'mobile-app', () => {
      9 | 	test( 'should identify the iOS mobile app', () => {

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:202:17)
      at Object.<anonymous> (client/lib/mobile-app/test/index.js:6:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        2.238s
Ran all test suites matching /client\/lib\/mobile-app\/test\/index.js/i.
+ : '>>>>> End Test Output'
+ echo 'No test files to reset'
