Add additional API URLs for Pushy #283
test.yml
on: push
JS Unit Tests
54s
C++ Unit Tests
51s
Annotations
2 errors
|
JS Unit Tests
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
src/__tests__/client.test.ts#L193
[
"https://update.react-native.cn/api",
"https://update.reactnative.cn/api",
+ "https://1.rnupdate.online/api",
+ "https://2.rnupdate.online/api",
+ "https://3.rnupdate.online/api",
+ "https://4.rnupdate.online/api",
]
- Expected - 0
+ Received + 4
at <anonymous> (/home/runner/work/react-native-update/react-native-update/src/__tests__/client.test.ts:193:50)
|