ADD: redacted push notifications#329
Closed
r6mez wants to merge 1 commit into
Closed
Annotations
2 errors and 1 warning
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
src/tests/GroundControlToMajorTom.test.ts#L320
AssertionError: expected "_pushToApns" to be called with arguments: [ …(6) ]
Received:
1st _pushToApns call:
@@ -2,25 +2,26 @@
{
"getRepository": [Function spy],
},
"apns-p8",
"mock-token",
- ObjectContaining {
- "aps": ObjectContaining {
- "alert": ObjectContaining {
+ {
+ "aps": {
+ "alert": {
"body": "Hello, this is a test message!",
"title": "Message",
},
"badge": 1,
+ "sound": "default",
},
+ "data": {},
},
{
"badge": 1,
"level": "transactions",
"os": "ios",
"text": "Hello, this is a test message!",
"token": "mock-token",
"txid": "optional-txid",
"type": 5,
},
- "optional-txid",
]
Number of calls: 1
❯ src/tests/GroundControlToMajorTom.test.ts:320:28
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading