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

Alorel / ngx-sails / 499

pending completion
499

push

travis-ci-com

web-flow
chore(package): update @types/jasmine to version 3.5.3

39 of 42 branches covered (92.86%)

Branch coverage included in aggregate %.

84 of 85 relevant lines covered (98.82%)

30.22 hits per line

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

100.0
/projects/ngx-sails/src/test.ts
1
//tslint:disable:ordered-imports
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