api_test_log.txt 485 B

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