• 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.injector.ts
1
import { Injector } from '@angular/core';
2

3
import { getTestBedInjection } from './core.helpers';
1✔
4

5
const defaultInjector: any = {};
1✔
6

7
export default (declaration: any, injector: Injector = defaultInjector): any => {
177,839✔
8
  if (injector === defaultInjector) {
177,805✔
9
    return getTestBedInjection(declaration);
34✔
10
  }
11
  try {
177,771✔
12
    return injector.get(declaration);
177,771✔
13
  } catch {
14
    return undefined;
172,753✔
15
  }
16
};
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