Fix testPathPatterns when config is in subdirectory #13445
Annotations
3 errors and 1 warning
run tests:
node:internal/child_process#L512
Could not find test summary in the output.
OUTPUT:
PASS __tests__/a.test.js
✓ a (5 ms)
node:events:497
throw er; // Unhandled 'error' event
^
Error: kill EPERM
at ChildProcess.kill (node:internal/child_process:512:26)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess.kill (node:internal/child_process:512:12)
[... lines matching original stack trace ...]
at processTimers (node:internal/timers:514:7) {
errno: -4048,
code: 'EPERM',
syscall: 'kill'
}
Node.js v21.7.0
at extractSummary (e2e/Utils.ts:243:11)
at Object.<anonymous> (e2e/__tests__/findRelatedFiles.test.ts:211:38)
|
run tests:
e2e/__tests__/transform.test.ts#L316
expect(received).toMatch(expected)
Expected pattern: /PASS/
Received string: "FAIL __tests__/babelJest.test.js··
● Test suite failed to run·
kill EPERM·
at ChildProcessWorker.killChild (../../../packages/jest-worker/build/index.js:999:17)·
Test Suites: 1 failed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.933 s
Ran all test suites."
at Object.toMatch (e2e/__tests__/transform.test.ts:316:20)
|
run tests:
e2e/__tests__/testMatch.test.ts#L13
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/testMatch.test.ts:13:27)
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
The logs for this run have expired and are no longer available.
Loading