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

help-me-mom / ng-mocks / 487ae8ca-16a6-4bb5-acad-6dc5d9281c32

29 May 2024 08:04AM UTC coverage: 100.0%. Remained the same
487ae8ca-16a6-4bb5-acad-6dc5d9281c32

push

circleci

web-flow
Merge pull request #9064 from help-me-mom/renovate/docs/node-20.14.x

3264 of 3264 branches covered (100.0%)

Branch coverage included in aggregate %.

4823 of 4823 relevant lines covered (100.0%)

8458.47 hits per line

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

100.0
/libs/ng-mocks/src/lib/common/core.define-property.ts
1
import helperMockService from '../mock-service/helper.mock-service';
1✔
2

3
export default (instance: any, property: keyof any, value: any, enumerable = false) => {
356,813✔
4
  helperMockService.definePropertyDescriptor(instance, property, {
183,599✔
5
    configurable: true,
6
    enumerable,
7
    value,
8
    writable: true,
9
  });
10
};
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