| 123456789101112131415 |
-
- > backend@1.0.0 test
- > jest --runInBand tests/health.spec.ts tests/api-contract.spec.ts
- GET /api/config/parse 200 4.327 ms - 147
- GET /api/config/parse 200 1.169 ms - 147
- GET /api/unknown-resource 404 0.363 ms - 74
- POST /api/ghost 404 0.191 ms - 64
- GET /api/health 200 0.629 ms - 83
- Test Suites: 2 passed, 2 total
- Tests: 5 passed, 5 total
- Snapshots: 0 total
- Time: 1.887 s, estimated 2 s
- Ran all test suites matching tests/health.spec.ts|tests/api-contract.spec.ts.
|