chore: update eslint-plugin-unicorn
#14158
Annotations
9 errors and 2 warnings
run tests using jest-jasmine:
undefined#L1
Timed out
at timeoutKill (node_modules/execa/lib/kill.js:65:23)
|
run tests using jest-jasmine:
e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\bigint-inequality-test'
at rmSync (e2e/Utils.ts:107:8)
at Object.<anonymous> (e2e/__tests__/nonSerializableStructuresInequality.test.ts:48:10)
|
run tests using jest-jasmine:
e2e/__tests__/nonSerializableStructuresInequality.test.ts#L36
Process exited
at waitUntil (e2e/__tests__/nonSerializableStructuresInequality.test.ts:36:9)
at Object.testIn2Workers (e2e/__tests__/nonSerializableStructuresInequality.test.ts:56:35)
|
run tests using jest-jasmine:
undefined#L1
Timed out
at timeoutKill (node_modules/execa/lib/kill.js:65:23)
|
run tests using jest-jasmine:
e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\bigint-inequality-test'
at rmSync (e2e/Utils.ts:107:8)
at Object.<anonymous> (e2e/__tests__/nonSerializableStructuresInequality.test.ts:48:10)
|
run tests using jest-jasmine:
e2e/__tests__/nonSerializableStructuresInequality.test.ts#L106
expect(received).toMatchSnapshot()
Snapshot name: `processChild handles functions 1`
- Snapshot - 16
+ Received + 14
FAIL __tests__/test-1.js
● test
expect(received).toEqual(expected) // deep equality
- Expected: [Function fn2]
+ Expected: Symbol(b)
- Received: [Function fn1]
+ Received: Symbol(a)
- 2 | const fn1 = () => {};
- 3 | const fn2 = () => {};
+ 1 | it('test', () => {
- > 4 | expect(fn1).toEqual(fn2);
+ > 2 | expect(Symbol('a')).toEqual(Symbol('b'));
- | ^
+ | ^
- 5 | });
+ 3 | });
- at Object.toEqual (__tests__/test-1.js:4:15)
+ at Object.toEqual (__tests__/test-1.js:2:23)
FAIL __tests__/test-2.js
● test
expect(received).toEqual(expected) // deep equality
- Expected: [Function fn2]
+ Expected: Symbol(b)
- Received: [Function fn1]
+ Received: Symbol(a)
- 2 | const fn1 = () => {};
- 3 | const fn2 = () => {};
+ 1 | it('test', () => {
- > 4 | expect(fn1).toEqual(fn2);
+ > 2 | expect(Symbol('a')).toEqual(Symbol('b'));
- | ^
+ | ^
- 5 | });
+ 3 | });
- at Object.toEqual (__tests__/test-2.js:4:15)
+ at Object.toEqual (__tests__/test-2.js:2:23)
at Object.toMatchSnapshot (e2e/__tests__/nonSerializableStructuresInequality.test.ts:106:18)
|
run tests using jest-jasmine:
e2e/__tests__/nonSerializableStructuresInequality.test.ts#L36
Process exited
at waitUntil (e2e/__tests__/nonSerializableStructuresInequality.test.ts:36:9)
at Object.testIn2Workers (e2e/__tests__/nonSerializableStructuresInequality.test.ts:111:35)
|
run tests using jest-jasmine:
e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test'
at rmSync (e2e/Utils.ts:107:8)
at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
|
run tests using jest-jasmine:
e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test'
at rmSync (e2e/Utils.ts:107:8)
at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:15:10)
|
run tests using jest-jasmine
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests using jest-jasmine
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading