Node Nightly CI #387
Annotations
5 errors and 2 warnings
e2e/__tests__/typescriptConfigFile.test.ts#L40
expect(received).toContain(expected) // indexOf
Expected substring: "Test Suites: 2 passed, 2 total"
Received string: "PASS __tests__/mytest.common.js
PASS __tests__/mytest.alpha.js
Error: kill EPERM
at ChildProcess.kill (node:internal/child_process:511:26)
at ChildProcessWorker.killChild (D:\\a\\jest\\jest\\packages\\jest-worker\\build\\index.js:1000:17)
at ChildProcessWorker.forceExit (D:\\a\\jest\\jest\\packages\\jest-worker\\build\\index.js:1005:33)
at Timeout._onTimeout (D:\\a\\jest\\jest\\packages\\jest-worker\\build\\index.js:567:16)
at listOnTimeout (node:internal/timers:614:17)
at processTimers (node:internal/timers:549:7) {
errno: -4048,
code: 'EPERM',
syscall: 'kill'
}"
at Object.toContain (e2e/__tests__/typescriptConfigFile.test.ts:40:18)
|
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:3684) ExperimentalWarning: Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:5384) ExperimentalWarning: Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:4712) ExperimentalWarning: Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
|
|
|
This job failed
Loading