⚡ optimize plugin detection with concurrent operations (#26) #32
Annotations
7 errors
|
test
Process completed with exit code 1.
|
|
error: expect(received).toThrow(expected):
tests/app.test.ts#L98
Expected substring: "selectApp"
Received message: "appNotSelected"
at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/app.test.ts:98:49)
|
|
error: expect(received).toThrow(expected):
tests/app.test.ts#L81
Expected substring: "selectApp"
Received message: "appNotSelected"
at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/app.test.ts:81:49)
|
|
error: expect(received).toThrow(expected):
tests/app.test.ts#L27
Expected substring: "windows"
Received message: "unsupportedPlatform"
at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/app.test.ts:27:45)
|
|
error: expect(received).toContain(expected):
tests/versions.test.ts#L96
Expected to contain: "2"
Received: "operationComplete"
at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/versions.test.ts:96:27)
|
|
error: expect(received).toThrow(expected):
tests/diff.test.ts#L457
Expected pattern: /node-hdiffpatch/
Received message: "nodeHdiffpatchRequired"
at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/diff.test.ts:457:17)
|
|
lint
Process completed with exit code 1.
|