chore: update ESLint to v9 #14491
Annotations
1 error and 1 warning
run tests:
e2e/__tests__/jestEnvironmentJsdom.test.ts#L27
expect(received).toMatch(expected)
Expected pattern: /PASS\s__tests__\/b.test.js/
Received string: "FAIL __tests__/b.test.js
● Test suite failed to run·
EXPERIMENTAL FEATURE!
Your test suite is leaking memory. Please ensure all references are cleaned.·
There is a number of things that can leak memory:
- Async operations that have not finished (e.g. fs.readFile).
- Timers not properly mocked (e.g. setInterval, setTimeout).
- Keeping references to the global scope.·
at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1055:18)
at Array.map (<anonymous>)·
PASS __tests__/a.test.js
● Console·
console.log
a·
at Object.<anonymous> (__tests__/a.test.js:1:34)··
Test Suites: 1 failed, 1 passed, 2 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 3.687 s
Ran all test suites."
at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:27:18)
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading