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

help-me-mom / ng-mocks / 60ff920c-7a8c-4983-8cd8-17ddcde4bd26

25 Sep 2024 10:53PM UTC coverage: 100.0%. Remained the same
60ff920c-7a8c-4983-8cd8-17ddcde4bd26

Pull #10098

circleci

web-flow
chore(deps): bump rollup and ng-packagr in /e2e/a5es2015

Bumps [rollup](https://github.com/rollup/rollup) to 4.22.4 and updates ancestor dependency [ng-packagr](https://github.com/ng-packagr/ng-packagr). These dependencies need to be updated together.


Updates `rollup` from 0.59.4 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v0.59.4...v4.22.4)

Updates `ng-packagr` from 3.0.6 to 18.2.1
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ng-packagr/ng-packagr/compare/v3.0.6...18.2.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: ng-packagr
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #10098: chore(deps): bump rollup and ng-packagr in /e2e/a5es2015

3269 of 3269 branches covered (100.0%)

Branch coverage included in aggregate %.

4834 of 4834 relevant lines covered (100.0%)

8566.12 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