ci: workaround corepack issue with actions #796
Merged
Annotations
4 errors
Test:
packages/devtools-kit/__tests__/component/decode-state.test.ts#L114
AssertionError: expected { _custom: { type: 'ref', …(2) } } to deeply equal { _custom: { …(3) } }
- Expected
+ Received
Object {
"_custom": Object {
"stateTypeName": "Ref",
"type": "ref",
- "value": "1",
+ "value": undefined,
},
}
❯ packages/devtools-kit/__tests__/component/decode-state.test.ts:114:72
|
Test:
packages/devtools-kit/__tests__/component/decode-state.test.ts#L114
AssertionError: expected { _custom: { type: 'ref', …(2) } } to deeply equal { _custom: { …(3) } }
- Expected
+ Received
Object {
"_custom": Object {
"stateTypeName": "Ref",
"type": "ref",
- "value": "1",
+ "value": undefined,
},
}
❯ packages/devtools-kit/__tests__/component/decode-state.test.ts:114:72
|
Test:
packages/devtools-kit/__tests__/component/decode-state.test.ts#L114
AssertionError: expected { _custom: { type: 'ref', …(2) } } to deeply equal { _custom: { …(3) } }
- Expected
+ Received
Object {
"_custom": Object {
"stateTypeName": "Ref",
"type": "ref",
- "value": "1",
+ "value": undefined,
},
}
❯ packages/devtools-kit/__tests__/component/decode-state.test.ts:114:72
|
Test
Process completed with exit code 1.
|
Loading