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

willmendesneto / ngx-feature-toggle / #1010

pending completion
#1010

push

snyk-bot
fix: upgrade zone.js from 0.11.5 to 0.12.0

Snyk has created this PR to upgrade zone.js from 0.11.5 to 0.12.0.

See this package in npm:
https://www.npmjs.com/package/zone.js

See this project in Snyk:
https://app.snyk.io/org/willmendesneto/project/486f5426-06e0-4cbf-8382-8b38e5a4e6a1?utm_source=github&utm_medium=referral&page=upgrade-pr

26 of 32 branches covered (81.25%)

Branch coverage included in aggregate %.

43 of 48 relevant lines covered (89.58%)

19.98 hits per line

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

100.0
/projects/ngx-feature-toggle/src/test.ts
1
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
2

3
import 'zone.js/dist/zone';
4
import 'zone.js/dist/zone-testing';
5
import { getTestBed } from '@angular/core/testing';
6
import {
7
  BrowserDynamicTestingModule,
8
  platformBrowserDynamicTesting
9
} from '@angular/platform-browser-dynamic/testing';
10

11
declare const require: any;
12

13
// First, initialize the Angular testing environment.
14
getTestBed().initTestEnvironment(
1✔
15
  BrowserDynamicTestingModule,
16
  platformBrowserDynamicTesting()
17
);
18
// Then we find all the tests.
19
const context = require.context('./', true, /\.spec\.ts$/);
1✔
20
// And load the modules.
21
context.keys().map(context);
1✔
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