• 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/DeleteDialog/index.stories.tsx
1
import type { Meta, StoryObj } from "@storybook/react";
2
import Dialog from "./index";
3

NEW
4
const meta = {
×
5
  title: "Dialogs / Delete",
6
  component: Dialog,
7
  parameters: {
8
    layout: "fullscreen",
9
  },
10
} satisfies Meta<typeof Dialog>;
11

12
export default meta;
13
type Story = StoryObj<typeof meta>;
14

NEW
15
export const Default: Story = {
×
16
  args: {
17
    open: true,
18
    header: "Dialog Title",
19
    description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
20
    confirmText: "Confirm",
21
    onClose: () => {},
22
    onConfirm: () => {},
23
  },
24
};
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