Skip to content

Node Nightly CI

Node Nightly CI #936

Triggered via schedule April 4, 2026 12:10
Status Failure
Total duration 12m 14s
Artifacts

nightly.yml

on: schedule
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
18s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
16s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
41s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
Matrix: test-macos / test-jasmine
Matrix: test-macos / test
Matrix: test-ubuntu / test-jasmine
Matrix: test-ubuntu / test
Matrix: test-windows / test-jasmine
Matrix: test-windows / test
Notify failed build
4s
Notify failed build
Fit to window
Zoom out
Zoom in

Annotations

240 errors and 76 warnings
function as describe() descriptor: e2e/__tests__/globals.test.ts#L279
expect(received).toMatchSnapshot() Snapshot name: `function as describe() descriptor 1` - Snapshot - 0 + Received + 2 + (node:15960) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/functionAsDescriptor.test.js Foo ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:279:16)
cannot test with no implementation with expand arg: e2e/__tests__/globals.test.ts#L261
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation with expand arg 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:15886) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:261:31)
only with expand arg: e2e/__tests__/globals.test.ts#L244
expect(received).toMatchSnapshot() Snapshot name: `only with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:15832) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ○ it ✓ test.only ✓ it.only ✓ fit at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:244:16)
skips with expand arg: e2e/__tests__/globals.test.ts#L214
expect(received).toMatchSnapshot() Snapshot name: `skips with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:15758) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ xtest ○ xit ○ it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:214:16)
cannot test with no implementation: e2e/__tests__/globals.test.ts#L183
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:15677) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:183:31)
cannot have describe with no implementation: e2e/__tests__/globals.test.ts#L166
expect(received).toMatchSnapshot() Snapshot name: `cannot have describe with no implementation 1` - Snapshot - 0 + Received + 4 @@ -5,5 +5,9 @@ > 1 | describe('describe, no implementation'); | ^ at Object.describe (__tests__/onlyConstructs.test.js:1:1) + + + (node:15601) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:166:16)
only: e2e/__tests__/globals.test.ts#L149
expect(received).toMatchSnapshot() Snapshot name: `only 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:15522) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ✓ test.only ✓ it.only ✓ fit ○ skipped it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:149:16)
skips: e2e/__tests__/globals.test.ts#L119
expect(received).toMatchSnapshot() Snapshot name: `skips 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:15446) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ skipped xtest ○ skipped xit ○ skipped it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:119:16)
interleaved describe and test children order: e2e/__tests__/globals.test.ts#L88
expect(received).toMatchSnapshot() Snapshot name: `interleaved describe and test children order 1` - Snapshot - 0 + Received + 2 + (node:15415) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/interleaved.test.js ✓ above ✓ below describe ✓ inside at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:88:16)
basic test constructs: e2e/__tests__/globals.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `basic test constructs 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:15341) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/basic.testConstructs.test.js ✓ it ✓ test describe ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:50:16)
function as describe() descriptor: e2e/__tests__/globals.test.ts#L279
expect(received).toMatchSnapshot() Snapshot name: `function as describe() descriptor 1` - Snapshot - 0 + Received + 2 + (node:28589) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/functionAsDescriptor.test.js Foo ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:279:16)
cannot test with no implementation with expand arg: e2e/__tests__/globals.test.ts#L261
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation with expand arg 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:28536) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:261:31)
only with expand arg: e2e/__tests__/globals.test.ts#L244
expect(received).toMatchSnapshot() Snapshot name: `only with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:28456) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ○ it ✓ test.only ✓ it.only ✓ fit at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:244:16)
skips with expand arg: e2e/__tests__/globals.test.ts#L214
expect(received).toMatchSnapshot() Snapshot name: `skips with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:28380) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ xtest ○ xit ○ it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:214:16)
cannot test with no implementation: e2e/__tests__/globals.test.ts#L183
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:28324) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:183:31)
cannot have describe with no implementation: e2e/__tests__/globals.test.ts#L166
expect(received).toMatchSnapshot() Snapshot name: `cannot have describe with no implementation 1` - Snapshot - 0 + Received + 4 @@ -5,5 +5,9 @@ > 1 | describe('describe, no implementation'); | ^ at Object.describe (__tests__/onlyConstructs.test.js:1:1) + + + (node:28267) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:166:16)
only: e2e/__tests__/globals.test.ts#L149
expect(received).toMatchSnapshot() Snapshot name: `only 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:28094) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ✓ test.only ✓ it.only ✓ fit ○ skipped it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:149:16)
skips: e2e/__tests__/globals.test.ts#L119
expect(received).toMatchSnapshot() Snapshot name: `skips 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:27893) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ skipped xtest ○ skipped xit ○ skipped it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:119:16)
interleaved describe and test children order: e2e/__tests__/globals.test.ts#L88
expect(received).toMatchSnapshot() Snapshot name: `interleaved describe and test children order 1` - Snapshot - 0 + Received + 2 + (node:27742) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/interleaved.test.js ✓ above ✓ below describe ✓ inside at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:88:16)
basic test constructs: e2e/__tests__/globals.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `basic test constructs 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:27653) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/basic.testConstructs.test.js ✓ it ✓ test describe ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:50:16)
works with jest.config.js: e2e/__tests__/jest.config.js.test.ts#L27
expect(received).toMatchSnapshot() Snapshot name: `works with jest.config.js 1` - Snapshot - 0 + Received + 2 + (node:14384) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/jest.config.js.test.ts:27:16)
babel-jest ignored › tells user to match ignored files: e2e/__tests__/transform.test.ts#L54
expect(received).toMatchSnapshot() Snapshot name: `babel-jest ignored tells user to match ignored files 1` - Snapshot - 0 + Received + 4 @@ -2,5 +2,9 @@ ● Test suite failed to run babel-jest: Babel ignores __tests__/ignoredFile.test.js - make sure to include the file in Jest's transformIgnorePatterns as well. at assertLoadedBabelConfig (../../../packages/babel-jest/build/index.js:148:11) + + + (node:10612) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/transform.test.ts:54:41)
Custom Reporters Integration › reporters can be default exports: e2e/__tests__/customReporters.test.ts#L133
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:12891) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:133:20)
Custom Reporters Integration › IncompleteReporter for flexibility: e2e/__tests__/customReporters.test.ts#L118
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:12836) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:118:20)
Custom Reporters Integration › TestReporter with all tests failing: e2e/__tests__/customReporters.test.ts#L103
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:12810) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:103:20)
Custom Reporters Integration › TestReporter with all tests passing: e2e/__tests__/customReporters.test.ts#L91
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:12755) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:91:20)
Custom Reporters Integration › default reporters enabled: e2e/__tests__/customReporters.test.ts#L78
expect(received).toMatchSnapshot() Snapshot name: `Custom Reporters Integration default reporters enabled 1` - Snapshot - 0 + Received + 2 + (node:12702) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/add.test.js Custom Reporters ✓ adds ok at Object.toMatchSnapshot (e2e/__tests__/customReporters.test.ts:78:18)
--findRelatedTests flag › coverage configuration is applied correctly: e2e/__tests__/findRelatedFiles.test.ts#L252
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag coverage configuration is applied correctly 2` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:10894) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:252:7)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L215
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 5` - Snapshot - 0 + Received + 2 + (node:10831) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:215:18)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L202
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 2` - Snapshot - 0 + Received + 4 + (Use `node --trace-warnings ...` to show where the warning was created) + (Use `node --trace-warnings ...` to show where the warning was created) + (node:10800) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:10801) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js PASS __tests__/b.test.js at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:202:7)
function as describe() descriptor: e2e/__tests__/globals.test.ts#L279
expect(received).toMatchSnapshot() Snapshot name: `function as describe() descriptor 1` - Snapshot - 0 + Received + 2 + (node:3734) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/functionAsDescriptor.test.js Foo ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:279:16)
cannot test with no implementation with expand arg: e2e/__tests__/globals.test.ts#L261
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation with expand arg 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:3664) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:261:31)
only with expand arg: e2e/__tests__/globals.test.ts#L244
expect(received).toMatchSnapshot() Snapshot name: `only with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:3597) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ○ it ✓ test.only ✓ it.only ✓ fit at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:244:16)
skips with expand arg: e2e/__tests__/globals.test.ts#L214
expect(received).toMatchSnapshot() Snapshot name: `skips with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:3521) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ xtest ○ xit ○ it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:214:16)
cannot test with no implementation: e2e/__tests__/globals.test.ts#L183
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:3394) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:183:31)
cannot have describe with no implementation: e2e/__tests__/globals.test.ts#L166
expect(received).toMatchSnapshot() Snapshot name: `cannot have describe with no implementation 1` - Snapshot - 0 + Received + 4 @@ -5,5 +5,9 @@ > 1 | describe('describe, no implementation'); | ^ at Object.describe (__tests__/onlyConstructs.test.js:1:1) + + + (node:3308) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:166:16)
only: e2e/__tests__/globals.test.ts#L149
expect(received).toMatchSnapshot() Snapshot name: `only 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:3207) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ✓ test.only ✓ it.only ✓ fit ○ skipped it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:149:16)
skips: e2e/__tests__/globals.test.ts#L119
expect(received).toMatchSnapshot() Snapshot name: `skips 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:3109) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ skipped xtest ○ skipped xit ○ skipped it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:119:16)
interleaved describe and test children order: e2e/__tests__/globals.test.ts#L88
expect(received).toMatchSnapshot() Snapshot name: `interleaved describe and test children order 1` - Snapshot - 0 + Received + 2 + (node:3011) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/interleaved.test.js ✓ above ✓ below describe ✓ inside at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:88:16)
basic test constructs: e2e/__tests__/globals.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `basic test constructs 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:2923) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/basic.testConstructs.test.js ✓ it ✓ test describe ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:50:16)
shows the correct errors in stderr when failing tests: e2e/__tests__/expectAsyncMatcher.test.ts#L33
expect(received).toMatchSnapshot() Snapshot name: `shows the correct errors in stderr when failing tests 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:6530) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) FAIL __tests__/failure.test.js ✕ fail with expected non promise values ✕ fail with expected non promise values and not ✕ fail with expected promise values ✕ fail with expected promise values and not at Object.toMatchSnapshot (e2e/__tests__/expectAsyncMatcher.test.ts:33:16)
moduleNameMapper correct configuration mocking module of absolute path: e2e/__tests__/moduleNameMapper.test.ts#L48
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration mocking module of absolute path 1` - Snapshot - 0 + Received + 2 + (node:5782) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:48:16)
moduleNameMapper correct configuration: e2e/__tests__/moduleNameMapper.test.ts#L34
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration 1` - Snapshot - 0 + Received + 2 + (node:5629) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:34:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 5 @@ -28,6 +28,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:5496) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" 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 + 5 @@ -22,6 +22,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:5364) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
can press "u" to update snapshots: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModeUpdateSnapshot.test.ts:47:35)
Tests are executed only once even in an MPR: e2e/__tests__/executeTestsOnceInMpr.ts#L57
expect(received).toMatchSnapshot() Snapshot name: `Tests are executed only once even in an MPR 1` - Snapshot - 0 + Received + 2 + (node:4887) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS foo/folder/my-test-bar.js ✓ bar at Object.toMatchSnapshot (e2e/__tests__/executeTestsOnceInMpr.ts:57:16)
can press "t" to filter by test name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:65:35)
can press "p" to filter by file name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:46:35)
that the failureDetails property is set: e2e/__tests__/failureDetailsProperty.test.ts#L23
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:2930) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/failureDetailsProperty.test.ts:23:18)
shows the correct errors in stderr when failing tests: e2e/__tests__/expectAsyncMatcher.test.ts#L33
expect(received).toMatchSnapshot() Snapshot name: `shows the correct errors in stderr when failing tests 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:6172) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) FAIL __tests__/failure.test.js ✕ fail with expected non promise values ✕ fail with expected non promise values and not ✕ fail with expected promise values ✕ fail with expected promise values and not at Object.toMatchSnapshot (e2e/__tests__/expectAsyncMatcher.test.ts:33:16)
moduleNameMapper correct configuration mocking module of absolute path: e2e/__tests__/moduleNameMapper.test.ts#L48
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration mocking module of absolute path 1` - Snapshot - 0 + Received + 2 + (node:5240) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:48:16)
moduleNameMapper correct configuration: e2e/__tests__/moduleNameMapper.test.ts#L34
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration 1` - Snapshot - 0 + Received + 2 + (node:5042) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:34:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 5 @@ -28,6 +28,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:4933) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" 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 + 5 @@ -22,6 +22,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:4832) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
can press "u" to update snapshots: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModeUpdateSnapshot.test.ts:47:35)
Tests are executed only once even in an MPR: e2e/__tests__/executeTestsOnceInMpr.ts#L57
expect(received).toMatchSnapshot() Snapshot name: `Tests are executed only once even in an MPR 1` - Snapshot - 0 + Received + 2 + (node:4530) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS foo/folder/my-test-bar.js ✓ bar at Object.toMatchSnapshot (e2e/__tests__/executeTestsOnceInMpr.ts:57:16)
can press "t" to filter by test name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:65:35)
can press "p" to filter by file name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:46:35)
that the failureDetails property is set: e2e/__tests__/failureDetailsProperty.test.ts#L23
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:2577) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/failureDetailsProperty.test.ts:23:18)
shows the correct errors in stderr when failing tests: e2e/__tests__/expectAsyncMatcher.test.ts#L33
expect(received).toMatchSnapshot() Snapshot name: `shows the correct errors in stderr when failing tests 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:30257) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) FAIL __tests__/failure.test.js ✕ fail with expected non promise values ✕ fail with expected non promise values and not ✕ fail with expected promise values ✕ fail with expected promise values and not at Object.toMatchSnapshot (e2e/__tests__/expectAsyncMatcher.test.ts:33:16)
moduleNameMapper correct configuration mocking module of absolute path: e2e/__tests__/moduleNameMapper.test.ts#L48
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration mocking module of absolute path 1` - Snapshot - 0 + Received + 2 + (node:29286) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:48:16)
moduleNameMapper correct configuration: e2e/__tests__/moduleNameMapper.test.ts#L34
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration 1` - Snapshot - 0 + Received + 2 + (node:29224) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:34:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 5 @@ -28,6 +28,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:29140) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" 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 + 5 @@ -22,6 +22,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:29053) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
can press "u" to update snapshots: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModeUpdateSnapshot.test.ts:47:35)
Tests are executed only once even in an MPR: e2e/__tests__/executeTestsOnceInMpr.ts#L57
expect(received).toMatchSnapshot() Snapshot name: `Tests are executed only once even in an MPR 1` - Snapshot - 0 + Received + 2 + (node:28904) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS foo/folder/my-test-bar.js ✓ bar at Object.toMatchSnapshot (e2e/__tests__/executeTestsOnceInMpr.ts:57:16)
can press "t" to filter by test name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:65:35)
can press "p" to filter by file name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:46:35)
that the failureDetails property is set: e2e/__tests__/failureDetailsProperty.test.ts#L23
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:25461) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/failureDetailsProperty.test.ts:23:18)
does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL: e2e/__tests__/timeoutsLegacy.test.ts#L63
expect(received).toMatchSnapshot() Snapshot name: `does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL 1` - Snapshot - 0 + Received + 2 + (node:35650) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/timeoutsLegacy.test.ts:63:16)
Custom Reporters Integration › reporters can be default exports: e2e/__tests__/customReporters.test.ts#L133
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:33965) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:133:20)
Custom Reporters Integration › IncompleteReporter for flexibility: e2e/__tests__/customReporters.test.ts#L118
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:33883) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:118:20)
Custom Reporters Integration › TestReporter with all tests failing: e2e/__tests__/customReporters.test.ts#L103
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:33844) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:103:20)
Custom Reporters Integration › TestReporter with all tests passing: e2e/__tests__/customReporters.test.ts#L91
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:33778) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:91:20)
Custom Reporters Integration › default reporters enabled: e2e/__tests__/customReporters.test.ts#L78
expect(received).toMatchSnapshot() Snapshot name: `Custom Reporters Integration default reporters enabled 1` - Snapshot - 0 + Received + 2 + (node:33743) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/add.test.js Custom Reporters ✓ adds ok at Object.toMatchSnapshot (e2e/__tests__/customReporters.test.ts:78:18)
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)
--findRelatedTests flag › coverage configuration is applied correctly: e2e/__tests__/findRelatedFiles.test.ts#L252
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag coverage configuration is applied correctly 2` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:31735) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:252:7)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L215
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 5` - Snapshot - 0 + Received + 2 + (node:31696) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:215:18)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L202
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 2` - Snapshot - 0 + Received + 4 + (Use `node --trace-warnings ...` to show where the warning was created) + (Use `node --trace-warnings ...` to show where the warning was created) + (node:31662) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:31663) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js PASS __tests__/b.test.js at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:202:7)
not throwing Error objects: e2e/__tests__/failures.test.ts#L30
expect(received).toMatchSnapshot() Snapshot name: `not throwing Error objects 1` - Snapshot - 1 + Received + 5 "FAIL __tests__/throwNumber.test.js ● Test suite failed to run - Expected an Error, but "1" was thrown" + Expected an Error, but "1" was thrown + + + (node:4761) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/failures.test.ts:30:31)
works with multiple typescript configs that import something: e2e/__tests__/typescriptConfigFile.test.ts#L102
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /tmp/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/tmp/typescript-config-file/common' imported from /tmp/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/home/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/home/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async Promise.all (index 0) at async readConfigs (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1210:27) at async runCLI (/home/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/home/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:102:18)
works with single typescript config that imports something: e2e/__tests__/typescriptConfigFile.test.ts#L40
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /tmp/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/tmp/typescript-config-file/common' imported from /tmp/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/home/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/home/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async readConfigs (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1194:26) at async runCLI (/home/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/home/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:40:18)
diff with prototype is correct: e2e/__tests__/toMatchInlineSnapshot.test.ts#L414
expect(received).toMatchSnapshot() Snapshot name: `diff with prototype is correct 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - "FAIL __tests__/with-prototype-diff.test.js + "(node:4554) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + FAIL __tests__/with-prototype-diff.test.js ✕ diff with prototype is correct ● diff with prototype is correct expect(received).toMatchInlineSnapshot(snapshot) at Object.toMatchSnapshot (e2e/__tests__/toMatchInlineSnapshot.test.ts:414:39)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L126
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 5` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:2810) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:126:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L115
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 3` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:2743) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:115:35)
file is matched by all path and glob threshold groups: e2e/__tests__/coverageThreshold.test.ts#L226
expect(received).toMatchSnapshot() Snapshot name: `file is matched by all path and glob threshold groups 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:4027) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "./" coverage threshold for lines (100%) not met: 50% Jest: "<<FULL_PATH_TO_BANANA_JS>>" coverage threshold for lines (100%) not met: 50% Jest: "./banana.js" coverage threshold for lines (100%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:226:16)
excludes tests matched by path threshold groups from global group: e2e/__tests__/coverageThreshold.test.ts#L174
expect(received).toMatchSnapshot() Snapshot name: `excludes tests matched by path threshold groups from global group 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:3898) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "global" coverage threshold for lines (100%) not met: 0%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:174:16)
exits with 1 if path threshold group is not found in coverage data: e2e/__tests__/coverageThreshold.test.ts#L90
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if path threshold group is not found in coverage data 1` - Snapshot - 0 + Received + 2 + (node:3735) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/banana.test.js ✓ banana Jest: Coverage data for apple.js was not found. at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:90:16)
exits with 1 if coverage threshold is not met: e2e/__tests__/coverageThreshold.test.ts#L51
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if coverage threshold is not met 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/a-banana.js + "(node:3626) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/a-banana.js ✓ banana Jest: "global" coverage threshold for lines (90%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:51:16)
works with jest.config.js: e2e/__tests__/jest.config.js.test.ts#L27
expect(received).toMatchSnapshot() Snapshot name: `works with jest.config.js 1` - Snapshot - 0 + Received + 2 + (node:5458) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/jest.config.js.test.ts:27:16)
does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL: e2e/__tests__/timeoutsLegacy.test.ts#L63
expect(received).toMatchSnapshot() Snapshot name: `does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL 1` - Snapshot - 0 + Received + 2 + (node:5438) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/timeoutsLegacy.test.ts:63:16)
Custom Reporters Integration › reporters can be default exports: e2e/__tests__/customReporters.test.ts#L133
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4373) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:133:20)
cannot have describe with no implementation: e2e/__tests__/globals.test.ts#L166
expect(received).toMatchSnapshot() Snapshot name: `cannot have describe with no implementation 1` - Snapshot - 0 + Received + 4 @@ -5,5 +5,9 @@ > 1 | describe('describe, no implementation'); | ^ at Object.describe (__tests__/onlyConstructs.test.js:1:1) + + + (node:4569) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:166:16)
Custom Reporters Integration › IncompleteReporter for flexibility: e2e/__tests__/customReporters.test.ts#L118
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4332) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:118:20)
only: e2e/__tests__/globals.test.ts#L149
expect(received).toMatchSnapshot() Snapshot name: `only 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:4484) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ✓ test.only ✓ it.only ✓ fit ○ skipped it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:149:16)
Custom Reporters Integration › TestReporter with all tests failing: e2e/__tests__/customReporters.test.ts#L103
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4306) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:103:20)
skips: e2e/__tests__/globals.test.ts#L119
expect(received).toMatchSnapshot() Snapshot name: `skips 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:4387) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ skipped xtest ○ skipped xit ○ skipped it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:119:16)
Custom Reporters Integration › TestReporter with all tests passing: e2e/__tests__/customReporters.test.ts#L91
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4221) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:91:20)
interleaved describe and test children order: e2e/__tests__/globals.test.ts#L88
expect(received).toMatchSnapshot() Snapshot name: `interleaved describe and test children order 1` - Snapshot - 0 + Received + 2 + (node:4290) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/interleaved.test.js ✓ above ✓ below describe ✓ inside at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:88:16)
Custom Reporters Integration › default reporters enabled: e2e/__tests__/customReporters.test.ts#L78
expect(received).toMatchSnapshot() Snapshot name: `Custom Reporters Integration default reporters enabled 1` - Snapshot - 0 + Received + 2 + (node:4182) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/add.test.js Custom Reporters ✓ adds ok at Object.toMatchSnapshot (e2e/__tests__/customReporters.test.ts:78:18)
basic test constructs: e2e/__tests__/globals.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `basic test constructs 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:4208) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/basic.testConstructs.test.js ✓ it ✓ test describe ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:50:16)
Concurrent Test Retries › with flag retryImmediately retry immediately after failed test: e2e/__tests__/testRetries.test.ts#L222
expect(received).toMatchSnapshot() Snapshot name: `Concurrent Test Retries with flag retryImmediately retry immediately after failed test 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryable test 1 + (node:3845) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryable test 1 RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:222:48)
--findRelatedTests flag › coverage configuration is applied correctly: e2e/__tests__/findRelatedFiles.test.ts#L252
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag coverage configuration is applied correctly 2` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:3624) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:252:7)
Test Retries › with flag retryImmediately retry immediately after failed test: e2e/__tests__/testRetries.test.ts#L80
expect(received).toMatchSnapshot() Snapshot name: `Test Retries with flag retryImmediately retry immediately after failed test 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set + (node:3415) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:80:48)
Test Retries › wait before retry with fake timers: e2e/__tests__/testRetries.test.ts#L60
expect(received).toMatchSnapshot() Snapshot name: `Test Retries wait before retry with fake timers 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set with fake timers + (node:3338) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set with fake timers RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:60:48)
Test Retries › wait before retry: e2e/__tests__/testRetries.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `Test Retries wait before retry 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set + (node:3226) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:50:48)
Test Retries › logs error(s) before retry: e2e/__tests__/testRetries.test.ts#L42
expect(received).toMatchSnapshot() Snapshot name: `Test Retries logs error(s) before retry 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set + (node:3170) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:42:48)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L215
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 5` - Snapshot - 0 + Received + 2 + (node:3502) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:215:18)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L202
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 2` - Snapshot - 0 + Received + 4 + (Use `node --trace-warnings ...` to show where the warning was created) + (Use `node --trace-warnings ...` to show where the warning was created) + (node:3414) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:3415) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js PASS __tests__/b.test.js at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:202:7)
works with multiple typescript configs that import something: e2e/__tests__/typescriptConfigFile.test.ts#L102
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /tmp/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/tmp/typescript-config-file/common' imported from /tmp/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/home/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/home/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async Promise.all (index 0) at async readConfigs (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1210:27) at async runCLI (/home/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/home/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:102:18)
works with single typescript config that imports something: e2e/__tests__/typescriptConfigFile.test.ts#L40
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /tmp/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/tmp/typescript-config-file/common' imported from /tmp/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/home/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/home/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async readConfigs (/home/runner/work/jest/jest/packages/jest-config/build/index.js:1194:26) at async runCLI (/home/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/home/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:40:18)
diff with prototype is correct: e2e/__tests__/toMatchInlineSnapshot.test.ts#L414
expect(received).toMatchSnapshot() Snapshot name: `diff with prototype is correct 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - "FAIL __tests__/with-prototype-diff.test.js + "(node:4647) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + FAIL __tests__/with-prototype-diff.test.js ✕ diff with prototype is correct ● diff with prototype is correct expect(received).toMatchInlineSnapshot(snapshot) at Object.toMatchSnapshot (e2e/__tests__/toMatchInlineSnapshot.test.ts:414:39)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L126
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 5` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:2914) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:126:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L115
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 3` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:2848) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:115:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L130
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 (Use `node --trace-warnings ...` to show where the warning was created) - (node:2914) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:2848) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toBe (e2e/__tests__/multiProjectRunner.test.ts:130:35)
file is matched by all path and glob threshold groups: e2e/__tests__/coverageThreshold.test.ts#L226
expect(received).toMatchSnapshot() Snapshot name: `file is matched by all path and glob threshold groups 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:4166) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "./" coverage threshold for lines (100%) not met: 50% Jest: "<<FULL_PATH_TO_BANANA_JS>>" coverage threshold for lines (100%) not met: 50% Jest: "./banana.js" coverage threshold for lines (100%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:226:16)
excludes tests matched by path threshold groups from global group: e2e/__tests__/coverageThreshold.test.ts#L174
expect(received).toMatchSnapshot() Snapshot name: `excludes tests matched by path threshold groups from global group 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:4025) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "global" coverage threshold for lines (100%) not met: 0%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:174:16)
exits with 1 if path threshold group is not found in coverage data: e2e/__tests__/coverageThreshold.test.ts#L90
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if path threshold group is not found in coverage data 1` - Snapshot - 0 + Received + 2 + (node:3857) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/banana.test.js ✓ banana Jest: Coverage data for apple.js was not found. at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:90:16)
exits with 1 if coverage threshold is not met: e2e/__tests__/coverageThreshold.test.ts#L51
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if coverage threshold is not met 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/a-banana.js + "(node:3751) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/a-banana.js ✓ banana Jest: "global" coverage threshold for lines (90%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:51:16)
traverses directory tree up until it finds jest.config: e2e/__tests__/jest.config.js.test.ts#L54
expect(received).toMatchSnapshot() Snapshot name: `traverses directory tree up until it finds jest.config 2` - Snapshot - 0 + Received + 2 + (node:5620) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS ../../../__tests__/a-banana.js ✓ banana ✓ abc at Object.toMatchSnapshot (e2e/__tests__/jest.config.js.test.ts:54:16)
works with jest.config.js: e2e/__tests__/jest.config.js.test.ts#L27
expect(received).toMatchSnapshot() Snapshot name: `works with jest.config.js 1` - Snapshot - 0 + Received + 2 + (node:5531) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/jest.config.js.test.ts:27:16)
Custom Reporters Integration › reporters can be default exports: e2e/__tests__/customReporters.test.ts#L133
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4446) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:133:20)
Custom Reporters Integration › IncompleteReporter for flexibility: e2e/__tests__/customReporters.test.ts#L118
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4404) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:118:20)
Custom Reporters Integration › TestReporter with all tests failing: e2e/__tests__/customReporters.test.ts#L103
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4377) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:103:20)
Custom Reporters Integration › TestReporter with all tests passing: e2e/__tests__/customReporters.test.ts#L91
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4327) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:91:20)
Custom Reporters Integration › default reporters enabled: e2e/__tests__/customReporters.test.ts#L78
expect(received).toMatchSnapshot() Snapshot name: `Custom Reporters Integration default reporters enabled 1` - Snapshot - 0 + Received + 2 + (node:4300) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/add.test.js Custom Reporters ✓ adds ok at Object.toMatchSnapshot (e2e/__tests__/customReporters.test.ts:78:18)
--findRelatedTests flag › coverage configuration is applied correctly: e2e/__tests__/findRelatedFiles.test.ts#L252
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag coverage configuration is applied correctly 2` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:3701) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:252:7)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L215
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 5` - Snapshot - 0 + Received + 2 + (node:3559) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:215:18)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L202
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 2` - Snapshot - 0 + Received + 4 + (Use `node --trace-warnings ...` to show where the warning was created) + (Use `node --trace-warnings ...` to show where the warning was created) + (node:3495) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:3496) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js PASS __tests__/b.test.js at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:202:7)
shows the correct errors in stderr when failing tests: e2e/__tests__/expectAsyncMatcher.test.ts#L33
expect(received).toMatchSnapshot() Snapshot name: `shows the correct errors in stderr when failing tests 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:6664) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) FAIL __tests__/failure.test.js ✕ fail with expected non promise values ✕ fail with expected non promise values and not ✕ fail with expected promise values ✕ fail with expected promise values and not at Object.toMatchSnapshot (e2e/__tests__/expectAsyncMatcher.test.ts:33:16)
moduleNameMapper correct configuration mocking module of absolute path: e2e/__tests__/moduleNameMapper.test.ts#L48
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration mocking module of absolute path 1` - Snapshot - 0 + Received + 2 + (node:6804) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:48:16)
moduleNameMapper correct configuration: e2e/__tests__/moduleNameMapper.test.ts#L34
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration 1` - Snapshot - 0 + Received + 2 + (node:5076) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:34:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 5 @@ -28,6 +28,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:8652) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" 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 + 5 @@ -22,6 +22,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:4280) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
can press "u" to update snapshots: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModeUpdateSnapshot.test.ts:47:35)
Tests are executed only once even in an MPR: e2e/__tests__/executeTestsOnceInMpr.ts#L57
expect(received).toMatchSnapshot() Snapshot name: `Tests are executed only once even in an MPR 1` - Snapshot - 0 + Received + 2 + (node:4668) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS foo/folder/my-test-bar.js ✓ bar at Object.toMatchSnapshot (e2e/__tests__/executeTestsOnceInMpr.ts:57:16)
can press "t" to filter by test name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:65:35)
can press "p" to filter by file name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:46:35)
that the failureDetails property is set: e2e/__tests__/failureDetailsProperty.test.ts#L23
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4124) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/failureDetailsProperty.test.ts:23:18)
function as describe() descriptor: e2e/__tests__/globals.test.ts#L279
expect(received).toMatchSnapshot() Snapshot name: `function as describe() descriptor 1` - Snapshot - 0 + Received + 2 + (node:7544) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/functionAsDescriptor.test.js Foo ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:279:16)
cannot test with no implementation with expand arg: e2e/__tests__/globals.test.ts#L261
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation with expand arg 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:3240) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:261:31)
only with expand arg: e2e/__tests__/globals.test.ts#L244
expect(received).toMatchSnapshot() Snapshot name: `only with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:8400) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ○ it ✓ test.only ✓ it.only ✓ fit at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:244:16)
skips with expand arg: e2e/__tests__/globals.test.ts#L214
expect(received).toMatchSnapshot() Snapshot name: `skips with expand arg 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:1876) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ xtest ○ xit ○ it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:214:16)
cannot test with no implementation: e2e/__tests__/globals.test.ts#L183
expect(received).toMatchSnapshot() Snapshot name: `cannot test with no implementation 1` - Snapshot - 0 + Received + 4 @@ -7,5 +7,9 @@ > 2 | it('it, no implementation'); | ^ 3 | test('test, no implementation'); at Object.it (__tests__/onlyConstructs.test.js:2:1) + + + (node:1424) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:183:31)
cannot have describe with no implementation: e2e/__tests__/globals.test.ts#L166
expect(received).toMatchSnapshot() Snapshot name: `cannot have describe with no implementation 1` - Snapshot - 0 + Received + 4 @@ -5,5 +5,9 @@ > 1 | describe('describe, no implementation'); | ^ at Object.describe (__tests__/onlyConstructs.test.js:1:1) + + + (node:6572) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:166:16)
only: e2e/__tests__/globals.test.ts#L149
expect(received).toMatchSnapshot() Snapshot name: `only 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:6380) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ✓ test.only ✓ it.only ✓ fit ○ skipped it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:149:16)
skips: e2e/__tests__/globals.test.ts#L119
expect(received).toMatchSnapshot() Snapshot name: `skips 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:6192) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ skipped xtest ○ skipped xit ○ skipped it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:119:16)
interleaved describe and test children order: e2e/__tests__/globals.test.ts#L88
expect(received).toMatchSnapshot() Snapshot name: `interleaved describe and test children order 1` - Snapshot - 0 + Received + 2 + (node:8048) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/interleaved.test.js ✓ above ✓ below describe ✓ inside at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:88:16)
basic test constructs: e2e/__tests__/globals.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `basic test constructs 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:7088) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/basic.testConstructs.test.js ✓ it ✓ test describe ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:50:16)
shows the correct errors in stderr when failing tests: e2e/__tests__/expectAsyncMatcher.test.ts#L33
expect(received).toMatchSnapshot() Snapshot name: `shows the correct errors in stderr when failing tests 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:78726) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) FAIL __tests__/failure.test.js ✕ fail with expected non promise values ✕ fail with expected non promise values and not ✕ fail with expected promise values ✕ fail with expected promise values and not at Object.toMatchSnapshot (e2e/__tests__/expectAsyncMatcher.test.ts:33:16)
moduleNameMapper correct configuration mocking module of absolute path: e2e/__tests__/moduleNameMapper.test.ts#L48
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration mocking module of absolute path 1` - Snapshot - 0 + Received + 2 + (node:78173) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:48:16)
moduleNameMapper correct configuration: e2e/__tests__/moduleNameMapper.test.ts#L34
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration 1` - Snapshot - 0 + Received + 2 + (node:78121) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:34:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 5 @@ -28,6 +28,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:78033) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" 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 + 5 @@ -22,6 +22,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:77774) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
can press "u" to update snapshots: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModeUpdateSnapshot.test.ts:47:35)
Tests are executed only once even in an MPR: e2e/__tests__/executeTestsOnceInMpr.ts#L57
expect(received).toMatchSnapshot() Snapshot name: `Tests are executed only once even in an MPR 1` - Snapshot - 0 + Received + 2 + (node:77617) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS foo/folder/my-test-bar.js ✓ bar at Object.toMatchSnapshot (e2e/__tests__/executeTestsOnceInMpr.ts:57:16)
can press "t" to filter by test name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:65:35)
can press "p" to filter by file name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:46:35)
that the failureDetails property is set: e2e/__tests__/failureDetailsProperty.test.ts#L23
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:74460) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/failureDetailsProperty.test.ts:23:18)
not throwing Error objects: e2e/__tests__/failures.test.ts#L30
expect(received).toMatchSnapshot() Snapshot name: `not throwing Error objects 1` - Snapshot - 1 + Received + 5 "FAIL __tests__/throwNumber.test.js ● Test suite failed to run - Expected an Error, but "1" was thrown" + Expected an Error, but "1" was thrown + + + (node:9776) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/failures.test.ts:30:31)
works with multiple typescript configs that import something: e2e/__tests__/typescriptConfigFile.test.ts#L102
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\common' imported from C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts at readConfigFileAndSetRootDir (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:2294:13) at async readInitialOptions (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1173:13) at async readConfig (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:944:7) at async Promise.all (index 0) at async readConfigs (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1210:27) at async runCLI (D:\\a\\jest\\jest\\packages\\jest-core\\build\\index.js:1402:7) at async Object.run (D:\\a\\jest\\jest\\packages\\jest-cli\\build\\index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:102:18)
works with single typescript config that imports something: e2e/__tests__/typescriptConfigFile.test.ts#L40
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\common' imported from C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts at readConfigFileAndSetRootDir (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:2294:13) at async readInitialOptions (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1173:13) at async readConfig (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:944:7) at async readConfigs (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1194:26) at async runCLI (D:\\a\\jest\\jest\\packages\\jest-core\\build\\index.js:1402:7) at async Object.run (D:\\a\\jest\\jest\\packages\\jest-cli\\build\\index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:40:18)
diff with prototype is correct: e2e/__tests__/toMatchInlineSnapshot.test.ts#L414
expect(received).toMatchSnapshot() Snapshot name: `diff with prototype is correct 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - "FAIL __tests__/with-prototype-diff.test.js + "(node:8008) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + FAIL __tests__/with-prototype-diff.test.js ✕ diff with prototype is correct ● diff with prototype is correct expect(received).toMatchInlineSnapshot(snapshot) at Object.toMatchSnapshot (e2e/__tests__/toMatchInlineSnapshot.test.ts:414:39)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L126
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 5` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:4536) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:126:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L115
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 3` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:8616) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:115:35)
file is matched by all path and glob threshold groups: e2e/__tests__/coverageThreshold.test.ts#L226
expect(received).toMatchSnapshot() Snapshot name: `file is matched by all path and glob threshold groups 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:6456) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "./" coverage threshold for lines (100%) not met: 50% Jest: "<<FULL_PATH_TO_BANANA_JS>>" coverage threshold for lines (100%) not met: 50% Jest: "./banana.js" coverage threshold for lines (100%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:226:16)
excludes tests matched by path threshold groups from global group: e2e/__tests__/coverageThreshold.test.ts#L174
expect(received).toMatchSnapshot() Snapshot name: `excludes tests matched by path threshold groups from global group 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:5600) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "global" coverage threshold for lines (100%) not met: 0%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:174:16)
exits with 1 if path threshold group is not found in coverage data: e2e/__tests__/coverageThreshold.test.ts#L90
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if path threshold group is not found in coverage data 1` - Snapshot - 0 + Received + 2 + (node:8148) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/banana.test.js ✓ banana Jest: Coverage data for apple.js was not found. at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:90:16)
exits with 1 if coverage threshold is not met: e2e/__tests__/coverageThreshold.test.ts#L51
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if coverage threshold is not met 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/a-banana.js + "(node:9724) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/a-banana.js ✓ banana Jest: "global" coverage threshold for lines (90%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:51:16)
not throwing Error objects: e2e/__tests__/failures.test.ts#L30
expect(received).toMatchSnapshot() Snapshot name: `not throwing Error objects 1` - Snapshot - 1 + Received + 5 "FAIL __tests__/throwNumber.test.js ● Test suite failed to run - Expected an Error, but "1" was thrown" + Expected an Error, but "1" was thrown + + + (node:36518) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/failures.test.ts:30:31)
works with multiple typescript configs that import something: e2e/__tests__/typescriptConfigFile.test.ts#L102
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/common' imported from /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async Promise.all (index 0) at async readConfigs (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1210:27) at async runCLI (/Users/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/Users/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:102:18)
works with single typescript config that imports something: e2e/__tests__/typescriptConfigFile.test.ts#L40
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/common' imported from /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async readConfigs (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1194:26) at async runCLI (/Users/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/Users/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:40:18)
file is matched by all path and glob threshold groups: e2e/__tests__/coverageThreshold.test.ts#L226
expect(received).toMatchSnapshot() Snapshot name: `file is matched by all path and glob threshold groups 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:35677) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "./" coverage threshold for lines (100%) not met: 50% Jest: "<<FULL_PATH_TO_BANANA_JS>>" coverage threshold for lines (100%) not met: 50% Jest: "./banana.js" coverage threshold for lines (100%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:226:16)
excludes tests matched by path threshold groups from global group: e2e/__tests__/coverageThreshold.test.ts#L174
expect(received).toMatchSnapshot() Snapshot name: `excludes tests matched by path threshold groups from global group 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:35620) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "global" coverage threshold for lines (100%) not met: 0%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:174:16)
exits with 1 if path threshold group is not found in coverage data: e2e/__tests__/coverageThreshold.test.ts#L90
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if path threshold group is not found in coverage data 1` - Snapshot - 0 + Received + 2 + (node:35502) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/banana.test.js ✓ banana Jest: Coverage data for apple.js was not found. at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:90:16)
exits with 1 if coverage threshold is not met: e2e/__tests__/coverageThreshold.test.ts#L51
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if coverage threshold is not met 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/a-banana.js + "(node:35420) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/a-banana.js ✓ banana Jest: "global" coverage threshold for lines (90%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:51:16)
diff with prototype is correct: e2e/__tests__/toMatchInlineSnapshot.test.ts#L414
expect(received).toMatchSnapshot() Snapshot name: `diff with prototype is correct 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - "FAIL __tests__/with-prototype-diff.test.js + "(node:35362) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + FAIL __tests__/with-prototype-diff.test.js ✕ diff with prototype is correct ● diff with prototype is correct expect(received).toMatchInlineSnapshot(snapshot) at Object.toMatchSnapshot (e2e/__tests__/toMatchInlineSnapshot.test.ts:414:39)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L126
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 5` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:34184) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:126:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L115
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 3` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:34057) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:115:35)
works with jest.config.js: e2e/__tests__/jest.config.js.test.ts#L27
expect(received).toMatchSnapshot() Snapshot name: `works with jest.config.js 1` - Snapshot - 0 + Received + 2 + (node:4408) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/jest.config.js.test.ts:27:16)
does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL: e2e/__tests__/timeoutsLegacy.test.ts#L63
expect(received).toMatchSnapshot() Snapshot name: `does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL 1` - Snapshot - 0 + Received + 2 + (node:1428) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/timeoutsLegacy.test.ts:63:16)
Custom Reporters Integration › reporters can be default exports: e2e/__tests__/customReporters.test.ts#L133
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:3248) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:133:20)
Custom Reporters Integration › IncompleteReporter for flexibility: e2e/__tests__/customReporters.test.ts#L118
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:3604) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:118:20)
Custom Reporters Integration › TestReporter with all tests failing: e2e/__tests__/customReporters.test.ts#L103
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:5436) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:103:20)
Custom Reporters Integration › TestReporter with all tests passing: e2e/__tests__/customReporters.test.ts#L91
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:2724) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:91:20)
Custom Reporters Integration › default reporters enabled: e2e/__tests__/customReporters.test.ts#L78
expect(received).toMatchSnapshot() Snapshot name: `Custom Reporters Integration default reporters enabled 1` - Snapshot - 0 + Received + 2 + (node:8056) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/add.test.js Custom Reporters ✓ adds ok at Object.toMatchSnapshot (e2e/__tests__/customReporters.test.ts:78:18)
--findRelatedTests flag › coverage configuration is applied correctly: e2e/__tests__/findRelatedFiles.test.ts#L252
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag coverage configuration is applied correctly 2` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:9200) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:252:7)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L215
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 5` - Snapshot - 0 + Received + 2 + (node:4172) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:215:18)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L202
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 2` - Snapshot - 0 + Received + 4 + (Use `node --trace-warnings ...` to show where the warning was created) + (Use `node --trace-warnings ...` to show where the warning was created) + (node:8508) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:9012) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js PASS __tests__/b.test.js at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:202:7)
works with multiple typescript configs that import something: e2e/__tests__/typescriptConfigFile.test.ts#L102
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\common' imported from C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts at readConfigFileAndSetRootDir (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:2294:13) at async readInitialOptions (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1173:13) at async readConfig (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:944:7) at async Promise.all (index 0) at async readConfigs (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1210:27) at async runCLI (D:\\a\\jest\\jest\\packages\\jest-core\\build\\index.js:1402:7) at async Object.run (D:\\a\\jest\\jest\\packages\\jest-cli\\build\\index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:102:18)
works with single typescript config that imports something: e2e/__tests__/typescriptConfigFile.test.ts#L40
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\common' imported from C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\typescript-config-file\\alpha.config.ts at readConfigFileAndSetRootDir (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:2294:13) at async readInitialOptions (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1173:13) at async readConfig (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:944:7) at async readConfigs (D:\\a\\jest\\jest\\packages\\jest-config\\build\\index.js:1194:26) at async runCLI (D:\\a\\jest\\jest\\packages\\jest-core\\build\\index.js:1402:7) at async Object.run (D:\\a\\jest\\jest\\packages\\jest-cli\\build\\index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:40:18)
diff with prototype is correct: e2e/__tests__/toMatchInlineSnapshot.test.ts#L414
expect(received).toMatchSnapshot() Snapshot name: `diff with prototype is correct 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - "FAIL __tests__/with-prototype-diff.test.js + "(node:5816) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + FAIL __tests__/with-prototype-diff.test.js ✕ diff with prototype is correct ● diff with prototype is correct expect(received).toMatchInlineSnapshot(snapshot) at Object.toMatchSnapshot (e2e/__tests__/toMatchInlineSnapshot.test.ts:414:39)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L126
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 5` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:8324) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:126:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L115
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 3` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:5284) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:115:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L130
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 (Use `node --trace-warnings ...` to show where the warning was created) - (node:8324) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:5284) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toBe (e2e/__tests__/multiProjectRunner.test.ts:130:35)
file is matched by all path and glob threshold groups: e2e/__tests__/coverageThreshold.test.ts#L226
expect(received).toMatchSnapshot() Snapshot name: `file is matched by all path and glob threshold groups 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:7816) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "./" coverage threshold for lines (100%) not met: 50% Jest: "<<FULL_PATH_TO_BANANA_JS>>" coverage threshold for lines (100%) not met: 50% Jest: "./banana.js" coverage threshold for lines (100%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:226:16)
excludes tests matched by path threshold groups from global group: e2e/__tests__/coverageThreshold.test.ts#L174
expect(received).toMatchSnapshot() Snapshot name: `excludes tests matched by path threshold groups from global group 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:8912) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "global" coverage threshold for lines (100%) not met: 0%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:174:16)
exits with 1 if path threshold group is not found in coverage data: e2e/__tests__/coverageThreshold.test.ts#L90
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if path threshold group is not found in coverage data 1` - Snapshot - 0 + Received + 2 + (node:6152) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/banana.test.js ✓ banana Jest: Coverage data for apple.js was not found. at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:90:16)
exits with 1 if coverage threshold is not met: e2e/__tests__/coverageThreshold.test.ts#L51
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if coverage threshold is not met 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/a-banana.js + "(node:5792) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/a-banana.js ✓ banana Jest: "global" coverage threshold for lines (90%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:51:16)
traverses directory tree up until it finds jest.config: e2e/__tests__/jest.config.js.test.ts#L54
expect(received).toMatchSnapshot() Snapshot name: `traverses directory tree up until it finds jest.config 2` - Snapshot - 0 + Received + 2 + (node:8328) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS ../../../__tests__/a-banana.js ✓ banana ✓ abc at Object.toMatchSnapshot (e2e/__tests__/jest.config.js.test.ts:54:16)
works with jest.config.js: e2e/__tests__/jest.config.js.test.ts#L27
expect(received).toMatchSnapshot() Snapshot name: `works with jest.config.js 1` - Snapshot - 0 + Received + 2 + (node:9356) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a-banana.js ✓ banana at Object.toMatchSnapshot (e2e/__tests__/jest.config.js.test.ts:27:16)
Custom Reporters Integration › reporters can be default exports: e2e/__tests__/customReporters.test.ts#L133
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:1984) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:133:20)
Custom Reporters Integration › IncompleteReporter for flexibility: e2e/__tests__/customReporters.test.ts#L118
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:2576) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:118:20)
Custom Reporters Integration › TestReporter with all tests failing: e2e/__tests__/customReporters.test.ts#L103
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:6968) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:103:20)
Custom Reporters Integration › TestReporter with all tests passing: e2e/__tests__/customReporters.test.ts#L91
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:5116) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/customReporters.test.ts:91:20)
Custom Reporters Integration › default reporters enabled: e2e/__tests__/customReporters.test.ts#L78
expect(received).toMatchSnapshot() Snapshot name: `Custom Reporters Integration default reporters enabled 1` - Snapshot - 0 + Received + 2 + (node:7500) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/add.test.js Custom Reporters ✓ adds ok at Object.toMatchSnapshot (e2e/__tests__/customReporters.test.ts:78:18)
--findRelatedTests flag › coverage configuration is applied correctly: e2e/__tests__/findRelatedFiles.test.ts#L252
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag coverage configuration is applied correctly 2` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:5476) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:252:7)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L215
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 5` - Snapshot - 0 + Received + 2 + (node:9352) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/a.test.js ✓ a at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:215:18)
--findRelatedTests flag › generates coverage report for filename: e2e/__tests__/findRelatedFiles.test.ts#L202
expect(received).toMatchSnapshot() Snapshot name: `--findRelatedTests flag generates coverage report for filename 2` - Snapshot - 0 + Received + 4 + (Use `node --trace-warnings ...` to show where the warning was created) + (Use `node --trace-warnings ...` to show where the warning was created) + (node:5004) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:9040) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS __tests__/a.test.js PASS __tests__/b.test.js at Object.toMatchSnapshot (e2e/__tests__/findRelatedFiles.test.ts:202:7)
works with multiple typescript configs that import something: e2e/__tests__/typescriptConfigFile.test.ts#L102
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/common' imported from /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async Promise.all (index 0) at async readConfigs (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1210:27) at async runCLI (/Users/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/Users/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:102:18)
works with single typescript config that imports something: e2e/__tests__/typescriptConfigFile.test.ts#L40
expect(received).toContain(expected) // indexOf Expected substring: "PASS __tests__/mytest.alpha.js" Received string: "Error: Jest: Failed to parse the TypeScript config file /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/common' imported from /private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/typescript-config-file/alpha.config.ts at readConfigFileAndSetRootDir (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:2294:13) at async readInitialOptions (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1173:13) at async readConfig (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:944:7) at async readConfigs (/Users/runner/work/jest/jest/packages/jest-config/build/index.js:1194:26) at async runCLI (/Users/runner/work/jest/jest/packages/jest-core/build/index.js:1402:7) at async Object.run (/Users/runner/work/jest/jest/packages/jest-cli/build/index.js:656:9)" at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:40:18)
file is matched by all path and glob threshold groups: e2e/__tests__/coverageThreshold.test.ts#L226
expect(received).toMatchSnapshot() Snapshot name: `file is matched by all path and glob threshold groups 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:53371) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "./" coverage threshold for lines (100%) not met: 50% Jest: "<<FULL_PATH_TO_BANANA_JS>>" coverage threshold for lines (100%) not met: 50% Jest: "./banana.js" coverage threshold for lines (100%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:226:16)
excludes tests matched by path threshold groups from global group: e2e/__tests__/coverageThreshold.test.ts#L174
expect(received).toMatchSnapshot() Snapshot name: `excludes tests matched by path threshold groups from global group 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/banana.test.js + "(node:53314) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/banana.test.js ✓ banana Jest: "global" coverage threshold for lines (100%) not met: 0%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:174:16)
exits with 1 if path threshold group is not found in coverage data: e2e/__tests__/coverageThreshold.test.ts#L90
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if path threshold group is not found in coverage data 1` - Snapshot - 0 + Received + 2 + (node:53204) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/banana.test.js ✓ banana Jest: Coverage data for apple.js was not found. at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:90:16)
exits with 1 if coverage threshold is not met: e2e/__tests__/coverageThreshold.test.ts#L51
expect(received).toMatchSnapshot() Snapshot name: `exits with 1 if coverage threshold is not met 1` - Snapshot - 1 + Received + 3 - "PASS __tests__/a-banana.js + "(node:53125) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + PASS __tests__/a-banana.js ✓ banana Jest: "global" coverage threshold for lines (90%) not met: 50%" at Object.toMatchSnapshot (e2e/__tests__/coverageThreshold.test.ts:51:16)
diff with prototype is correct: e2e/__tests__/toMatchInlineSnapshot.test.ts#L414
expect(received).toMatchSnapshot() Snapshot name: `diff with prototype is correct 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - "FAIL __tests__/with-prototype-diff.test.js + "(node:53034) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + FAIL __tests__/with-prototype-diff.test.js ✕ diff with prototype is correct ● diff with prototype is correct expect(received).toMatchInlineSnapshot(snapshot) at Object.toMatchSnapshot (e2e/__tests__/toMatchInlineSnapshot.test.ts:414:39)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L126
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 5` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:51863) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:126:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L115
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 3` - Snapshot - 0 + Received + 2 + (Use `node --trace-warnings ...` to show where the warning was created) + (node:51717) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:115:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L130
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 (Use `node --trace-warnings ...` to show where the warning was created) - (node:51863) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (node:51717) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toBe (e2e/__tests__/multiProjectRunner.test.ts:130:35)
cannot have describe with no implementation: e2e/__tests__/globals.test.ts#L166
expect(received).toMatchSnapshot() Snapshot name: `cannot have describe with no implementation 1` - Snapshot - 0 + Received + 4 @@ -5,5 +5,9 @@ > 1 | describe('describe, no implementation'); | ^ at Object.describe (__tests__/onlyConstructs.test.js:1:1) + + + (node:6048) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:166:16)
only: e2e/__tests__/globals.test.ts#L149
expect(received).toMatchSnapshot() Snapshot name: `only 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:8200) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/onlyConstructs.test.js ✓ test.only ✓ it.only ✓ fit ○ skipped it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:149:16)
skips: e2e/__tests__/globals.test.ts#L119
expect(received).toMatchSnapshot() Snapshot name: `skips 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:9388) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/skipsConstructs.test.js ✓ it ○ skipped xtest ○ skipped xit ○ skipped it.skip at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:119:16)
interleaved describe and test children order: e2e/__tests__/globals.test.ts#L88
expect(received).toMatchSnapshot() Snapshot name: `interleaved describe and test children order 1` - Snapshot - 0 + Received + 2 + (node:6152) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/interleaved.test.js ✓ above ✓ below describe ✓ inside at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:88:16)
basic test constructs: e2e/__tests__/globals.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `basic test constructs 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:10224) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/basic.testConstructs.test.js ✓ it ✓ test describe ✓ it at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:50:16)
Concurrent Test Retries › with flag retryImmediately retry immediately after failed test: e2e/__tests__/testRetries.test.ts#L222
expect(received).toMatchSnapshot() Snapshot name: `Concurrent Test Retries with flag retryImmediately retry immediately after failed test 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryable test 1 + (node:4872) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryable test 1 RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:222:48)
Test Retries › with flag retryImmediately retry immediately after failed test: e2e/__tests__/testRetries.test.ts#L80
expect(received).toMatchSnapshot() Snapshot name: `Test Retries with flag retryImmediately retry immediately after failed test 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set + (node:3212) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:80:48)
Test Retries › wait before retry with fake timers: e2e/__tests__/testRetries.test.ts#L60
expect(received).toMatchSnapshot() Snapshot name: `Test Retries wait before retry with fake timers 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set with fake timers + (node:748) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set with fake timers RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:60:48)
Test Retries › wait before retry: e2e/__tests__/testRetries.test.ts#L50
expect(received).toMatchSnapshot() Snapshot name: `Test Retries wait before retry 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set + (node:2272) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:50:48)
Test Retries › logs error(s) before retry: e2e/__tests__/testRetries.test.ts#L42
expect(received).toMatchSnapshot() Snapshot name: `Test Retries logs error(s) before retry 1` - Snapshot - 1 + Received + 3 @@ -1,6 +1,8 @@ - LOGGING RETRY ERRORS retryTimes set + (node:8032) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) + LOGGING RETRY ERRORS retryTimes set RETRY 1 expect(received).toBeFalsy() Received: true at Object.toMatchSnapshot (e2e/__tests__/testRetries.test.ts:42:48)
shows the correct errors in stderr when failing tests: e2e/__tests__/expectAsyncMatcher.test.ts#L33
expect(received).toMatchSnapshot() Snapshot name: `shows the correct errors in stderr when failing tests 1` - Snapshot - 0 + Received + 2 @@ -1,5 +1,7 @@ + (node:7836) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) FAIL __tests__/failure.test.js ✕ fail with expected non promise values ✕ fail with expected non promise values and not ✕ fail with expected promise values ✕ fail with expected promise values and not at Object.toMatchSnapshot (e2e/__tests__/expectAsyncMatcher.test.ts:33:16)
moduleNameMapper correct configuration mocking module of absolute path: e2e/__tests__/moduleNameMapper.test.ts#L48
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration mocking module of absolute path 1` - Snapshot - 0 + Received + 2 + (node:7684) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:48:16)
moduleNameMapper correct configuration: e2e/__tests__/moduleNameMapper.test.ts#L34
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper correct configuration 1` - Snapshot - 0 + Received + 2 + (node:6872) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS __tests__/index.js ✓ moduleNameMapping correct configuration at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:34:16)
moduleNameMapper wrong array configuration: e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot() Snapshot name: `moduleNameMapper wrong array configuration 1` - Snapshot - 1 + Received + 5 @@ -28,6 +28,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:9552) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" 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 + 5 @@ -22,6 +22,10 @@ 12 | module.exports = () => 'test'; 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1117:17) at Object.require (index.js:10:1) - at Object.require (__tests__/index.js:10:20)" + at Object.require (__tests__/index.js:10:20) + + + (node:7964) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
can press "u" to update snapshots: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModeUpdateSnapshot.test.ts:47:35)
Tests are executed only once even in an MPR: e2e/__tests__/executeTestsOnceInMpr.ts#L57
expect(received).toMatchSnapshot() Snapshot name: `Tests are executed only once even in an MPR 1` - Snapshot - 0 + Received + 2 + (node:1376) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. + (Use `node --trace-warnings ...` to show where the warning was created) PASS foo/folder/my-test-bar.js ✓ bar at Object.toMatchSnapshot (e2e/__tests__/executeTestsOnceInMpr.ts:57:16)
can press "t" to filter by test name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:65:35)
can press "p" to filter by file name: e2e/Utils.ts#L272
TypeError: Cannot read properties of undefined (reading 'push') at e2e/Utils.ts:272:21 at Array.reduce (<anonymous>) at reduce (e2e/Utils.ts:268:6) at sortTests (e2e/Utils.ts:286:11) at extractSortedSummary (e2e/Utils.ts:312:28) at Array.map (<anonymous>) at map (e2e/Utils.ts:312:6) at Object.<anonymous> (e2e/__tests__/watchModePatterns.test.ts:46:35)
that the failureDetails property is set: e2e/__tests__/failureDetailsProperty.test.ts#L23
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:6384) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created)" at Object.toBe (e2e/__tests__/failureDetailsProperty.test.ts:23:18)
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node nightly on macos-latest (4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node nightly on macos-latest (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node nightly on macos-latest (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node Nightly on macos-latest using jest-jasmine2 (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-macos / Node nightly on macos-latest (2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node nightly on macos-latest (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node nightly on macos-latest (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node nightly on ubuntu-latest (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node Nightly on macos-latest using jest-jasmine2 (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node Nightly on macos-latest using jest-jasmine2 (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node nightly on ubuntu-latest (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node nightly on ubuntu-latest (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-ubuntu / Node nightly on ubuntu-latest (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-ubuntu / Node nightly on ubuntu-latest (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node nightly on windows-latest (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node Nightly on windows-latest using jest-jasmine2 (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-macos / Node nightly on macos-latest (1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node nightly on macos-latest (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node nightly on macos-latest (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node Nightly on windows-latest using jest-jasmine2 (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node Nightly on macos-latest using jest-jasmine2 (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node Nightly on windows-latest using jest-jasmine2 (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node nightly on windows-latest (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node nightly on windows-latest (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-macos / Node nightly on macos-latest (3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-macos / Node nightly on macos-latest (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node nightly on macos-latest (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node nightly on windows-latest (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-windows / Node Nightly on windows-latest using jest-jasmine2 (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
Notify failed build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: jayqi/failed-build-issue-action@1a893bbf43ef1c2a8705e2b115cd4f0fe3c5649b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/