Skip to content

chore: update ESLint to v9 #14482

chore: update ESLint to v9

chore: update ESLint to v9 #14482

Triggered via pull request March 3, 2025 23:57
Status Failure
Total duration 27m 5s
Artifacts

nodejs.yml

on: pull_request
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
49s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
1m 32s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
1m 34s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
TypeScript Compatibility
5m 9s
TypeScript Compatibility
Typecheck Examples and Tests
4m 1s
Typecheck Examples and Tests
Lint
1m 47s
Lint
Validate Yarn dependencies and constraints
13s
Validate Yarn dependencies and constraints
Node LTS on Ubuntu with leak detection
49s
Node LTS on Ubuntu with leak detection
Matrix: test-coverage
Matrix: test-ubuntu
Matrix: test-macos
Matrix: test-windows
Fit to window
Zoom out
Zoom in

Annotations

340 errors and 106 warnings
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
TypeScript Compatibility
Process completed with exit code 1.
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L27
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/b.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1055:18) at Array.map (<anonymous>)· PASS __tests__/a.test.js ● Console· console.log a· at Object.<anonymous> (__tests__/a.test.js:1:34)·· Test Suites: 1 failed, 1 passed, 2 total Tests: 1 passed, 1 total Snapshots: 0 total Time: 2.585 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:27:18)
Node LTS on Ubuntu with coverage (4/4)
Final attempt failed. Child_process exited with error code 1
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Node LTS on Ubuntu with coverage (2/4)
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Ubuntu with shard 2/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Ubuntu with shard 2/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Ubuntu with shard 2/4 / Node v20.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Ubuntu with shard 2/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Ubuntu with shard 2/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L27
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/b.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1055:18) at Array.map (<anonymous>)· PASS __tests__/a.test.js ● Console· console.log a· at Object.<anonymous> (__tests__/a.test.js:1:34)·· Test Suites: 1 failed, 1 passed, 2 total Tests: 1 passed, 1 total Snapshots: 0 total Time: 2.586 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:27:18)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Ubuntu with shard 4/4 / Node v20.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Ubuntu with shard 4/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Ubuntu with shard 4/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
macOS with shard 3/3 / Node v20.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Ubuntu with shard 4/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
macOS with shard 3/3 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Ubuntu with shard 4/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
macOS with shard 3/3 / Node v16.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
macOS with shard 3/3 / Node v18.x
Final attempt failed. Child_process exited with error code 1
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Custom Reporters Integration › prints reporter errors: e2e/Utils.ts#L107
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\custom-reporters-test-dir '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\custom-reporters-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/customReporters.test.ts:16:24)
Custom Reporters Integration › supports reporter written in ESM: e2e/Utils.ts#L107
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\custom-reporters-test-dir '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\custom-reporters-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/customReporters.test.ts:15:25)
Custom Reporters Integration › supports reporter written in ESM: e2e/Utils.ts#L107
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\custom-reporters-test-dir '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\custom-reporters-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/customReporters.test.ts:16:24)
Windows with shard 2/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
gets changed files for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
gets changed files for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
monitors only root paths for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
monitors only root paths for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
macOS with shard 3/3 / Node v22.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
macOS with shard 3/3 / Node v23.x
Final attempt failed. Child_process exited with error code 1
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Windows with shard 2/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
Windows with shard 2/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Windows with shard 2/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
Windows with shard 2/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
can press "u" to update snapshots: e2e/__tests__/watchModeUpdateSnapshot.test.ts#L50
expect(received).toMatchSnapshot(hint) Snapshot name: `can press "u" to update snapshots: test results 1` - Snapshot - 0 + Received + 1 @@ -14,7 +14,8 @@ | ^ at Object.toMatchSnapshot (__tests__/bar.spec.js:1:35) › 1 snapshot failed. + A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them. Snapshot Summary › 1 snapshot failed from 1 test suite. Inspect your code changes or press `u` to update them." at Object.toMatchSnapshot (e2e/__tests__/watchModeUpdateSnapshot.test.ts:50:18)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Windows with shard 4/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
notify › does not report --notify flag: e2e/__tests__/detectOpenHandles.ts#L111
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "Jest did not exit one second after the test run has completed.· 'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue." at Object.toBe (e2e/__tests__/detectOpenHandles.ts:111:27)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
shows a proper error from deep requires: e2e/__tests__/requireMissingExt.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `shows a proper error from deep requires 1` - Snapshot - 1 + Received + 1 @@ -21,8 +21,8 @@ | ^ 11 | 12 | test('dummy', () => { 13 | expect(1).toBe(1); - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.<anonymous> (node_modules/discord.js/src/index.js:21:12) at Object.require (__tests__/test.js:10:1) at Object.toMatchSnapshot (e2e/__tests__/requireMissingExt.test.ts:22:16)
maps code coverage against original source: e2e/__tests__/coverageRemapping.test.ts#L36
expect(received).toMatchSnapshot() Snapshot name: `maps code coverage against original source 1` - Snapshot - 54 + Received + 54 @@ -22,151 +22,151 @@ "branchMap": Object { "0": Object { "loc": Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 27, - "line": 11, + "line": 9, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 11, + "line": 9, }, "start": Object { "column": 34, - "line": 11, + "line": 9, }, }, Object { "end": Object { "column": 39, - "line": 11, + "line": 9, }, "start": Object { "column": 38, - "line": 11, + "line": 9, }, }, ], "type": "cond-expr", }, "1": Object { "loc": Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 27, - "line": 12, + "line": 10, }, }, "locations": Array [ Object { "end": Object { "column": 35, - "line": 12, + "line": 10, }, "start": Object { "column": 34, - "line": 12, + "line": 10, }, }, Object { "end": Object { "column": 39, - "line": 12, + "line": 10, }, "start": Object { "column": 38, - "line": 12, + "line": 10, }, }, ], "type": "cond-expr", }, "2": Object { "loc": Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, "locations": Array [ Object { "end": Object { "column": 31, - "line": 13, + "line": 11, }, "start": Object { "column": 27, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 39, - "line": 13, + "line": 11, }, "start": Object { "column": 35, - "line": 13, + "line": 11, }, }, Object { "end": Object { "column": 48, - "line": 13, + "line": 11, }, "start": Object { "column": 43, - "line": 13, + "line": 11, }, }, ], "type": "binary-expr", }, "3": Object { "loc": Object { "end": Object { "column": 53, - "line": 14, + "line": 12, }, "start": Object { "column": 23, - "line": 14, + "line": 12, }, }, "locations": Array [ Object { "end": Object { "column": 40, - "line": 14, + "line": 12, }, "start": Object { "column": 30, - "line": 14, + "li
show error message with matching files: e2e/__tests__/resolveNoFileExtensions.test.ts#L22
expect(received).toMatchSnapshot() Snapshot name: `show error message with matching files 1` - Snapshot - 1 + Received + 1 @@ -19,8 +19,8 @@ 7 | > 8 | module.exports = require('./some-json-file'); | ^ 9 | - at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:937:11) + at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/index.js:935:11) at Object.require (index.js:8:18) at Object.require (__tests__/test.js:8:11) at Object.toMatchSnapshot (e2e/__tests__/resolveNoFileExtensions.test.ts:22:16)
moduleNameMapper wrong configuration: e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong configuration 1` - Snapshot - 1 + Received + 1 @@ -20,8 +20,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 1 @@ -26,8 +26,8 @@ | ^ 11 | 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17) at Object.require (index.js:10:1) at Object.require (__tests__/index.js:10:20)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Node crawler does not pick up symlinked files by default: e2e/Utils.ts#L107
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:15:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Windows with shard 4/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Windows with shard 4/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Windows with shard 4/4 / Node v20.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L158
EEXIST: file already exists, symlink 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test\symlinked-files\test.js' -> 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test\test-files\test.js' at symlinkSync (e2e/Utils.ts:158:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:30:16)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Windows with shard 4/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Node crawler does not pick up symlinked files by default: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:15:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
when out of memory occurs the worker is killed and exits: undefined#L1
expect(jest.fn()).toHaveBeenCalledWith(...expected) Expected: [Error: Jest worker ran out of memory and crashed], null Received: [Error: A jest worker process (pid=undefined) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred.], null Number of calls: 1 at Object.toHaveBeenCalledWith (packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts:476:24)
Windows with shard 4/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
Cache not found for keys: node-cache-Linux-x64-yarn-89562bd0e423da76f829d94d11b1571df0da1a7da5c9147d6a9ef5ff9b138495
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
Cache not found for keys: node-cache-macOS-arm64-yarn-89562bd0e423da76f829d94d11b1571df0da1a7da5c9147d6a9ef5ff9b138495
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
Cache not found for keys: node-cache-Windows-x64-yarn-89562bd0e423da76f829d94d11b1571df0da1a7da5c9147d6a9ef5ff9b138495
Ubuntu with shard 1/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 1/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 2/3 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 1/3 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1