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

NEW
4
const meta: Meta<typeof TruncatedText> = {
×
5
  title: "Miscellaneous / TruncatedText",
6
  component: TruncatedText,
7
  args: {
8
    text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt",
9
    maxCharacters: 20,
10
    underline: true,
11
    ellipsis: true,
12
    disableInteractiveTooltip: true,
13
  },
14
  tags: ["autodocs"],
15
} satisfies Meta<typeof TruncatedText>;
16

17
export default meta;
18
type Story = StoryObj<typeof meta>;
19

NEW
20
export const Default: Story = {
×
21
  args: {},
22
};
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