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

help-me-mom / ng-mocks / 2f923f9e-411f-4ce7-b85a-db44d3eb38ad

23 Oct 2024 08:38PM UTC coverage: 100.0%. Remained the same
2f923f9e-411f-4ce7-b85a-db44d3eb38ad

Pull #10282

circleci

web-flow
chore(e2e/a18): update angular-cli monorepo to v18.2.10
Pull Request #10282: chore(e2e/a18): update angular-cli monorepo to v18.2.10 (patch)

3269 of 3269 branches covered (100.0%)

Branch coverage included in aggregate %.

4834 of 4834 relevant lines covered (100.0%)

8529.08 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) => {
361,036✔
4
  helperMockService.definePropertyDescriptor(instance, property, {
185,732✔
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