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

CBIIT / crdc-datahub-ui / 13768297073

10 Mar 2025 03:20PM UTC coverage: 59.96% (-0.3%) from 60.271%
13768297073

Pull #642

github

web-flow
Merge ccb08cb24 into 922b0b29f
Pull Request #642: CRDCDH-2458 Setup Storybook

3139 of 5627 branches covered (55.78%)

Branch coverage included in aggregate %.

3 of 69 new or added lines in 16 files covered. (4.35%)

4374 of 6903 relevant lines covered (63.36%)

145.82 hits per line

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

0.0
/src/components/SystemUseWarningOverlay/index.stories.tsx
1
import type { Meta, StoryObj } from "@storybook/react";
2
import OverlayComponent from "./OverlayWindow";
3

NEW
4
const meta: Meta<typeof OverlayComponent> = {
×
5
  title: "Miscellaneous / System Use Banner",
6
  component: OverlayComponent,
7
  args: {},
8
  parameters: {
9
    layout: "fullscreen",
10
  },
11
  decorators: [
12
    (Story) => {
NEW
13
      sessionStorage.clear();
×
14

NEW
15
      return <Story />;
×
16
    },
17
  ],
18
} satisfies Meta<typeof OverlayComponent>;
19

20
export default meta;
21
type Story = StoryObj<typeof meta>;
22

NEW
23
export const Default: Story = {
×
24
  args: {},
25
};
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