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

nilfalse / ctf / 5752977660

pending completion
5752977660

Pull #298

github

web-flow
Merge b6f7f6972 into da4e6f9f9
Pull Request #298: Update all of jest 27.5.1 → 29.6.2 (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/app.tsx
1
import { CallToAction } from './call-to-action';
2
import { Header } from './header';
3
import { DownloadSection } from './sections/download';
4
import { FeaturesSection } from './sections/features';
5
import { Hero } from './sections/hero';
6
import { PromoSection } from './sections/promo';
7

8
import './app.css';
9

10
export function App() {
11
  return (
×
12
    <div className="app">
13
      <Header>
14
        <CallToAction href="#download" className="app__download">
15
          Download
16
        </CallToAction>
17
      </Header>
18

19
      <Hero className="app__section" />
20

21
      <FeaturesSection className="app__section" />
22

23
      <PromoSection className="app__section" />
24

25
      <DownloadSection className="app__section" />
26
    </div>
27
  );
28
}
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