PR: Unit tests for virtual cards backend #3
Annotations
2 errors and 1 warning
tests/unit/post-order.test.ts > Post order for a payment card > should post order on production with permit:
tests/unit/post-order.test.ts#L79
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/unit/post-order.test.ts:79:19
|
testing
Process completed with exit code 1.
|
testing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|