Harden non-interactive provider flows #53
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
error: expect(received).toHaveBeenCalledTimes(expected):
tests/versions.test.ts#L263
Expected number of calls: 2
Received number of calls: 4
at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/versions.test.ts:263:21)
|
|
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)
|