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

help-me-mom / ng-mocks / b8c62585-086a-4605-be1e-6c3510fc4c4d

26 Jan 2024 01:06PM UTC coverage: 100.0%. Remained the same
b8c62585-086a-4605-be1e-6c3510fc4c4d

push

circleci

web-flow
Merge pull request #8059 from help-me-mom/renovate/e2e/jasmine/node-20.11.x

3262 of 3262 branches covered (100.0%)

Branch coverage included in aggregate %.

4821 of 4821 relevant lines covered (100.0%)

8377.81 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) => {
355,824✔
4
  helperMockService.definePropertyDescriptor(instance, property, {
183,109✔
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