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

nilfalse / ctf / 6037800778

31 Aug 2023 01:11PM CUT coverage: 0.0% (-89.5%) from 89.534%
6037800778

Pull #302

github

web-flow
⬆️ Update all of jest to version 29.6.4
Pull Request #302: Update all of jest 27.5.1 → 29.6.4 (major)

0 of 266 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 613 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/packages/landing/src/container.tsx
1
import { FC } from 'react';
2

3
import './container.css';
4

5
interface ContainerProps {
6
  className?: string;
7
}
8

9
export const Container: FC<ContainerProps> = ({ className, children }) => {
×
10
  return (
×
11
    <div className={`container${className ? ` ${className}` : ''}`}>
×
12
      {children}
13
    </div>
14
  );
15
};
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

© 2025 Coveralls, Inc