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

snowcoders / jest-react-mock-utils / 17519210517

06 Sep 2025 08:29PM UTC coverage: 100.0%. Remained the same
17519210517

Pull #677

github

web-flow
Merge 4f132ebb4 into d058dd3ec
Pull Request #677: Update dependency lint-staged to v16.1.6

2 of 2 branches covered (100.0%)

Branch coverage included in aggregate %.

39 of 39 relevant lines covered (100.0%)

23.03 hits per line

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

100.0
/src/tests-class-component/child-without-props/test-asset.parent.tsx
1
import React from "react";
2
import { Child } from "./test-asset.child.js";
3

4
export const parentTestIdMap = {
2✔
5
  child: "child",
6
};
7

8
export type ParentProps = Record<keyof any, never>;
9

10
export class Parent extends React.Component<ParentProps> {
11
  render() {
12
    return (
6✔
13
      <div>
14
        <h1>Real parent</h1>
15
        <Child data-testid={parentTestIdMap.child} />
16
      </div>
17
    );
18
  }
19
}
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