< Summary

Information
Class: healthz.tsx
Assembly: app.routes
File(s): /home/runner/work/ClutterStock/ClutterStock/frontend/app/routes/healthz.tsx
Tag: 58_25416222083
Line coverage
0%
Covered lines: 0
Uncovered lines: 2
Coverable lines: 2
Total lines: 5
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

File(s)

/home/runner/work/ClutterStock/ClutterStock/frontend/app/routes/healthz.tsx

#LineLine coverage
 1import { Outlet } from "react-router";
 2
 03export default function HealthzLayout() {
 04  return <Outlet />;
 5}

Methods/Properties

HealthzLayout()V