Node Nightly CI #935
nightly.yml
on: schedule
prepare-yarn-cache-macos
/
Prepare yarn cache for macos-latest
22s
prepare-yarn-cache-ubuntu
/
Prepare yarn cache for ubuntu-latest
18s
prepare-yarn-cache-windows
/
Prepare yarn cache for windows-latest
48s
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
3s
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:68263) 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:68091) 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:67947) 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:67893) 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:67837) 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:67776) 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:67721) 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:67669) 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:67589) 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:67388) 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:8820) 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:8765) 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:8692) 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:8614) 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:8537) 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:8458) 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:8406) 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:8323) 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:8297) 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:8219) 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:60764) 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:60014) 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:59932) 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:59855) 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:59776) 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:59642) 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:56239) 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: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__/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:3776) 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:3706) 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:3636) 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:3510) 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:3424) 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:3334) 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:3248) 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:3129) 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:3032) 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:6565) 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:5783) 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:5649) 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:5518) 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:5360) 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:4856) 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:6322) 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:5453) 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:5288) 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:5145) 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:5021) 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:4644) 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:2739) 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)
|
|
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:4572) 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:4497) 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:4406) 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:4288) 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:4209) 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:3852) 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:3396) 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:3314) 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:3202) 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:3154) 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)
|
|
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:16145) 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:12031) 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:14392) 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:14338) 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:14270) 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:14085) 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:14058) 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:12415) 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:12248) 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:12186) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:12187) 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 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:5437) 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:5396) 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:4317) 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:4270) 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:4247) 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:4199) 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:4128) 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:3599) 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:3456) 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:3368) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:3369) 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:4803) 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:4539) 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:2805) 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:2745) 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:4002) 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:3881) 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:3717) 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:3598) 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 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:4701) 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:2966) 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:2907) 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:2966) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:2907) 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:4238) 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:4074) 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:3903) 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:3810) 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:5743) 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:5661) 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:4559) 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:4512) 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:4489) 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:4442) 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:4410) 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:3822) 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:3686) 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:3637) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:3638) 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)
|
|
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:15369) 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:13519) 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:13422) 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:13372) 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:13307) 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:13252) 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:11307) 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:11206) 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:11031) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:11032) 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:14508) 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:13983) 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:13924) 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:13662) 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:13583) 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:13414) 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:10370) 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:3860) 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:8904) 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:7248) 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:4460) 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:6256) 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:2980) 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:9692) 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:9600) 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 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:4327) 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:4262) 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:4152) 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:4096) 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:3967) 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:2869) 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:2730) 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:2869) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:2730) 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)
|
|
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:8976) 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:10148) 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:4524) 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:1388) 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:6824) 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:10120) 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:5772) 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:3212) 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:6856) 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:4936) 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:2840) 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:2120) 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:6200) 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:8956) 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:10103) 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:9465) 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:9395) 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:9299) 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:9239) 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:9153) 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:7688) 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:7538) 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)
|
|
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:4144) 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:2248) 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:5216) 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:4432) 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:1216) 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:6752) 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:6048) 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:6104) 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:8816) 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:4276) 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)
|
|
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: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__/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:9084) 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:7348) 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:6508) 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:9180) 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:8048) 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:4524) 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:9308) 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:2580) 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:1532) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:8376) 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)
|
|
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:7064) 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:7440) 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:820) 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:4336) 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:7744) 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:9512) 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:5468) 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:9492) 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:8960) 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:2004) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:8816) 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:2008) 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:1404) 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:2380) 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:2296) 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:7028) 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:6264) 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:6328) 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:7324) 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:7172) 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:2800) 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 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:9972) 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:9412) 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:368) 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:9412) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.
+ (node:368) 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:8736) 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:5020) 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:1228) 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:9132) 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)
|
|
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 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 (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 (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-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-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-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 (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 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 (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-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-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-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 (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 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
|
|
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-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 (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 (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 (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-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-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
|
|
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/
|