Remove redundant unzip dependency #52
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
tests/runtime.test.ts#L57
{
"args": [
- "install",
+ "add",
"node-hdiffpatch",
],
- "command": "npm",
+ "command": "bun",
}
- Expected - 2
+ Received + 2
at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/runtime.test.ts:57:62)
|