Node Nightly CI #6
nightly.yml
on: schedule
prepare-yarn-cache-macos
/
Prepare yarn cache for macos-latest
52s
prepare-yarn-cache-ubuntu
/
Prepare yarn cache for ubuntu-latest
19s
prepare-yarn-cache-windows
/
Prepare yarn cache for windows-latest
1m 8s
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
Annotations
54 errors
the jsdom console is the same as the test console:
e2e/__tests__/console.test.ts#L92
expect(received).toMatchSnapshot()
Snapshot name: `the jsdom console is the same as the test console 2`
- Snapshot - 0
+ Received + 2
+ (node:4593) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
PASS __tests__/console.test.js
✓ can mock console.error calls from jsdom
at Object.toMatchSnapshot (e2e/__tests__/console.test.ts:92:16)
|
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (4/4)
Process completed with exit code 1.
|
print correct error message with nested test definitions outside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L29
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions outside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestOutsideDescribe.js
+ "(node:3513) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestOutsideDescribe.js
✕ outer test
● outer test
Tests cannot be nested. Test "inner test" cannot run because it is nested within "outer test".
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:29:44)
|
print correct error message with nested test definitions inside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L39
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions inside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestWithinDescribe.js
+ "(node:3558) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestWithinDescribe.js
in describe
✕ outer test
● in describe › outer test
↵
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:39:44)
|
test-ubuntu / Node nightly on ubuntu-latest (1/4)
Process completed with exit code 1.
|
should work without error:
e2e/__tests__/domDiffing.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `should work without error 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/dom.test.js
+ "(node:5781) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/dom.test.js
✕ use toBe compare two div
✕ compare span and div
● use toBe compare two div
↵
at Object.toMatchSnapshot (e2e/__tests__/domDiffing.test.ts:16:16)
|
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (3/4)
Process completed with exit code 1.
|
print correct error message with nested test definitions outside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L29
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions outside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestOutsideDescribe.js
+ "(node:3570) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestOutsideDescribe.js
✕ outer test
● outer test
Tests cannot be nested. Test "inner test" cannot run because it is nested within "outer test".
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:29:44)
|
print correct error message with nested test definitions inside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L39
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions inside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestWithinDescribe.js
+ "(node:3611) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestWithinDescribe.js
in describe
✕ outer test
● in describe › outer test
↵
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:39:44)
|
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (1/4)
Process completed with exit code 1.
|
the jsdom console is the same as the test console:
e2e/__tests__/console.test.ts#L92
expect(received).toMatchSnapshot()
Snapshot name: `the jsdom console is the same as the test console 2`
- Snapshot - 0
+ Received + 2
+ (node:4769) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
PASS __tests__/console.test.js
✓ can mock console.error calls from jsdom
at Object.toMatchSnapshot (e2e/__tests__/console.test.ts:92:16)
|
test-ubuntu / Node nightly on ubuntu-latest (4/4)
Process completed with exit code 1.
|
Wrong globals for environment › print useful error for unref:
e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot()
Snapshot name: `Wrong globals for environment print useful error for unref 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/jsdom.js
+ "(node:5513) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/jsdom.js
✕ use unref
● use unref
The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string.
at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:34:5)
|
test-ubuntu / Node nightly on ubuntu-latest (2/4)
Process completed with exit code 1.
|
should work without error:
e2e/__tests__/domDiffing.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `should work without error 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/dom.test.js
+ "(node:5927) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/dom.test.js
✕ use toBe compare two div
✕ compare span and div
● use toBe compare two div
↵
at Object.toMatchSnapshot (e2e/__tests__/domDiffing.test.ts:16:16)
|
test-ubuntu / Node nightly on ubuntu-latest (3/4)
Process completed with exit code 1.
|
print correct error message with nested test definitions outside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L29
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions outside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestOutsideDescribe.js
+ "(node:4607) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestOutsideDescribe.js
✕ outer test
● outer test
Tests cannot be nested. Test "inner test" cannot run because it is nested within "outer test".
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:29:44)
|
print correct error message with nested test definitions inside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L39
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions inside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestWithinDescribe.js
+ "(node:4659) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestWithinDescribe.js
in describe
✕ outer test
● in describe › outer test
↵
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:39:44)
|
test-macos / Node nightly on macos-latest (1/4)
Process completed with exit code 1.
|
Wrong globals for environment › print useful error for unref:
e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot()
Snapshot name: `Wrong globals for environment print useful error for unref 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/jsdom.js
+ "(node:5912) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/jsdom.js
✕ use unref
● use unref
The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string.
at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:34:5)
|
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (2/4)
Process completed with exit code 1.
|
print correct error message with nested test definitions outside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L29
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions outside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestOutsideDescribe.js
+ "(node:4768) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestOutsideDescribe.js
✕ outer test
● outer test
Tests cannot be nested. Test "inner test" cannot run because it is nested within "outer test".
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:29:44)
|
print correct error message with nested test definitions inside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L39
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions inside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestWithinDescribe.js
+ "(node:1980) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestWithinDescribe.js
in describe
✕ outer test
● in describe › outer test
↵
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:39:44)
|
test-windows / Node nightly on windows-latest (1/4)
Process completed with exit code 1.
|
should work without error:
e2e/__tests__/domDiffing.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `should work without error 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/dom.test.js
+ "(node:3216) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/dom.test.js
✕ use toBe compare two div
✕ compare span and div
● use toBe compare two div
↵
at Object.toMatchSnapshot (e2e/__tests__/domDiffing.test.ts:16:16)
|
test-windows / Node nightly on windows-latest (3/4)
Process completed with exit code 1.
|
should work without error:
e2e/__tests__/domDiffing.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `should work without error 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/dom.test.js
+ "(node:3120) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/dom.test.js
✕ use toBe compare two div
✕ compare span and div
● use toBe compare two div
↵
at Object.toMatchSnapshot (e2e/__tests__/domDiffing.test.ts:16:16)
|
test-windows / Node Nightly on windows-latest using jest-jasmine2 (3/4)
Process completed with exit code 1.
|
the jsdom console is the same as the test console:
e2e/__tests__/console.test.ts#L92
expect(received).toMatchSnapshot()
Snapshot name: `the jsdom console is the same as the test console 2`
- Snapshot - 0
+ Received + 2
+ (node:10694) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
PASS __tests__/console.test.js
✓ can mock console.error calls from jsdom
at Object.toMatchSnapshot (e2e/__tests__/console.test.ts:92:16)
|
test-macos / Node nightly on macos-latest (4/4)
Process completed with exit code 1.
|
print correct error message with nested test definitions outside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L29
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions outside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestOutsideDescribe.js
+ "(node:5206) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestOutsideDescribe.js
✕ outer test
● outer test
Tests cannot be nested. Test "inner test" cannot run because it is nested within "outer test".
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:29:44)
|
print correct error message with nested test definitions inside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L39
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions inside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestWithinDescribe.js
+ "(node:5288) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestWithinDescribe.js
in describe
✕ outer test
● in describe › outer test
↵
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:39:44)
|
test-macos / Node Nightly on macos-latest using jest-jasmine2 (1/4)
Process completed with exit code 1.
|
Wrong globals for environment › print useful error for unref:
e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot()
Snapshot name: `Wrong globals for environment print useful error for unref 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/jsdom.js
+ "(node:6724) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/jsdom.js
✕ use unref
● use unref
The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string.
at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:34:5)
|
test-windows / Node nightly on windows-latest (2/4)
Process completed with exit code 1.
|
the jsdom console is the same as the test console:
e2e/__tests__/console.test.ts#L92
expect(received).toMatchSnapshot()
Snapshot name: `the jsdom console is the same as the test console 2`
- Snapshot - 0
+ Received + 2
+ (node:3264) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
PASS __tests__/console.test.js
✓ can mock console.error calls from jsdom
at Object.toMatchSnapshot (e2e/__tests__/console.test.ts:92:16)
|
test-windows / Node Nightly on windows-latest using jest-jasmine2 (4/4)
Process completed with exit code 1.
|
Wrong globals for environment › print useful error for unref:
e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot()
Snapshot name: `Wrong globals for environment print useful error for unref 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/jsdom.js
+ "(node:10108) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/jsdom.js
✕ use unref
● use unref
The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string.
at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:34:5)
|
test-macos / Node nightly on macos-latest (2/4)
Process completed with exit code 1.
|
should work without error:
e2e/__tests__/domDiffing.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `should work without error 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/dom.test.js
+ "(node:7532) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/dom.test.js
✕ use toBe compare two div
✕ compare span and div
● use toBe compare two div
↵
at Object.toMatchSnapshot (e2e/__tests__/domDiffing.test.ts:16:16)
|
test-macos / Node nightly on macos-latest (3/4)
Process completed with exit code 1.
|
print correct error message with nested test definitions outside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L29
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions outside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestOutsideDescribe.js
+ "(node:1220) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestOutsideDescribe.js
✕ outer test
● outer test
Tests cannot be nested. Test "inner test" cannot run because it is nested within "outer test".
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:29:44)
|
print correct error message with nested test definitions inside describe:
e2e/__tests__/nestedTestDefinitions.test.ts#L39
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions inside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestWithinDescribe.js
+ "(node:5820) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/nestedTestWithinDescribe.js
in describe
✕ outer test
● in describe › outer test
↵
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:39:44)
|
test-windows / Node Nightly on windows-latest using jest-jasmine2 (1/4)
Process completed with exit code 1.
|
Wrong globals for environment › print useful error for unref:
e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot()
Snapshot name: `Wrong globals for environment print useful error for unref 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/jsdom.js
+ "(node:5168) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/jsdom.js
✕ use unref
● use unref
The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string.
at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:34:5)
|
test-windows / Node Nightly on windows-latest using jest-jasmine2 (2/4)
Process completed with exit code 1.
|
the jsdom console is the same as the test console:
e2e/__tests__/console.test.ts#L92
expect(received).toMatchSnapshot()
Snapshot name: `the jsdom console is the same as the test console 2`
- Snapshot - 0
+ Received + 2
+ (node:7116) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
PASS __tests__/console.test.js
✓ can mock console.error calls from jsdom
at Object.toMatchSnapshot (e2e/__tests__/console.test.ts:92:16)
|
test-windows / Node nightly on windows-latest (4/4)
Process completed with exit code 1.
|
Wrong globals for environment › print useful error for unref:
e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot()
Snapshot name: `Wrong globals for environment print useful error for unref 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/jsdom.js
+ "(node:10243) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/jsdom.js
✕ use unref
● use unref
The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string.
at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:34:5)
|
test-macos / Node Nightly on macos-latest using jest-jasmine2 (2/4)
Process completed with exit code 1.
|
the jsdom console is the same as the test console:
e2e/__tests__/console.test.ts#L92
expect(received).toMatchSnapshot()
Snapshot name: `the jsdom console is the same as the test console 2`
- Snapshot - 0
+ Received + 2
+ (node:10680) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
PASS __tests__/console.test.js
✓ can mock console.error calls from jsdom
at Object.toMatchSnapshot (e2e/__tests__/console.test.ts:92:16)
|
test-macos / Node Nightly on macos-latest using jest-jasmine2 (4/4)
Process completed with exit code 1.
|
should work without error:
e2e/__tests__/domDiffing.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `should work without error 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/dom.test.js
+ "(node:7337) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/dom.test.js
✕ use toBe compare two div
✕ compare span and div
● use toBe compare two div
↵
at Object.toMatchSnapshot (e2e/__tests__/domDiffing.test.ts:16:16)
|
test-macos / Node Nightly on macos-latest using jest-jasmine2 (3/4)
Process completed with exit code 1.
|