chore: update ESLint to v9 #14481
Annotations
4 errors
|
run tests using jest-jasmine:
e2e/__tests__/moduleNameMapper.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `moduleNameMapper wrong configuration 1`
- Snapshot - 1
+ Received + 1
@@ -20,8 +20,8 @@
| ^
11 |
12 | module.exports = () => 'test';
13 |
- at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17)
+ at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17)
at Object.require (index.js:10:1)
at Object.require (__tests__/index.js:10:20)"
at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:16:16)
|
run tests using jest-jasmine:
e2e/__tests__/moduleNameMapper.test.ts#L24
expect(received).toMatchSnapshot()
Snapshot name: `moduleNameMapper wrong array configuration 1`
- Snapshot - 1
+ Received + 1
@@ -26,8 +26,8 @@
| ^
11 |
12 | module.exports = () => 'test';
13 |
- at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1184:17)
+ at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:1182:17)
at Object.require (index.js:10:1)
at Object.require (__tests__/index.js:10:20)"
at Object.toMatchSnapshot (e2e/__tests__/moduleNameMapper.test.ts:24:16)
|
run tests using jest-jasmine
The operation was canceled.
|
Loading