• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

BrianMitchL / secret-santa / 3922453093

pending completion
3922453093

Pull #42

github

GitHub
Merge a5b14cafc into d6f2cb834
Pull Request #42: Update deps and use Node 18

106 of 116 branches covered (91.38%)

Branch coverage included in aggregate %.

801 of 817 relevant lines covered (98.04%)

13.46 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/common/ValidationError.tsx
1
import { ReactNode } from 'react';
1✔
2

1✔
3
interface Props {
1✔
4
  children?: ReactNode;
1✔
5
}
1✔
6

1✔
7
export function ValidationError({ children }: Props) {
1✔
8
  return (
5✔
9
    <span className="validation" role="alert">
5✔
10
      {children}
5✔
11
    </span>
5✔
12
  );
5✔
13
}
5✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc