SB-Admin-BS4-Angular-8 icon indicating copy to clipboard operation
SB-Admin-BS4-Angular-8 copied to clipboard

jasmine zone patching issues

Open dhaveman opened this issue 6 years ago • 10 comments

If i leave the config as is, i see the error:

Chrome 60.0.3112 (Mac OS X 10.12.3) ERROR Uncaught Error: 'jasmine' has already been patched with 'Zone'. at http://localhost:9876/karma_webpack/vendor.bundle.js:21769

if i remove the jasmine-patch line from the src/test.ts file i get:

Chrome 60.0.3112 (Mac OS X 10.12.3) TermsComponent should be created FAILED Error: Expected to be running in 'ProxyZone', but it was not found.

any ideas??

thanks,

dhaveman avatar Sep 18 '17 17:09 dhaveman

Have the same error Uncaught Error: Missing: SyncTestZoneSpec

HackPoint avatar Oct 14 '17 20:10 HackPoint

@HackPoint i eventually figured it out, i'll post my updated test configs on monday

dhaveman avatar Oct 14 '17 22:10 dhaveman

these are the parts that mattered for me:

at the very top of "src/test.ts"

import 'zone.js/dist/long-stack-trace-zone';
import 'zone.js/dist/proxy.js';
import 'zone.js/dist/sync-test';
import 'zone.js/dist/jasmine-patch';
import 'zone.js/dist/async-test';
import 'zone.js/dist/fake-async-test';

i have nothing extra in my karma.conf.js files or the angular-cli.json files either...

dhaveman avatar Oct 16 '17 15:10 dhaveman

@dhaveman These are exists out of the box: `

import` { getTestBed } from '@angular/core/testing';
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing';
import 'zone.js/dist/async-test';
import 'zone.js/dist/fake-async-test';
import 'zone.js/dist/jasmine-patch';
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/long-stack-trace-zone';
import 'zone.js/dist/proxy.js';
import 'zone.js/dist/sync-test';

`

How come your works?

HackPoint avatar Oct 16 '17 15:10 HackPoint

the order of the imports was a big deal. that was what did all the difference.

dhaveman avatar Oct 16 '17 15:10 dhaveman

@dhaveman have you seen this issue?

            at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1)
            at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1)
            at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/@@@/node_modules/

HackPoint avatar Oct 16 '17 18:10 HackPoint

can you post the full stack?

dhaveman avatar Oct 16 '17 18:10 dhaveman

HeadlessChrome 0.0.0 (Windows 7 0.0.0) AppComponent should create the app FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 1 of 34 (1 FAILED) (0 secs / 0.111 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) AppComponent should create the app FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) BlankPageComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 2 of 34 (2 FAILED) (0 secs / 0.134 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) BlankPageComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) BsComponentComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 Error: Template parse errors: at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsAsync C:/projects/helpdesk/node_modules/ @angular/compiler/@angular/compiler.es5.js:26744:1) Error: Template parse errors: Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsSync C:/projects/helpdesk/node_modules/@ angular/compiler/@angular/compiler.es5.js:26736:1) Expected undefined to be truthy. at Object.<anonymous> C:/projects/helpdesk/src/app/layout/bs-component/bs-component.component.spec.ts:62:23) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:392:1) at ProxyZoneSpec.webpackJsonp.../../../../zone.js/dist/proxy.js.ProxyZoneSpec.onInvoke C:/projects/helpdesk/node_modules/zone.js/dist/proxy.js:79:1) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:391:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 3 of 34 (3 FAILED) (0 secs / 1.492 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) BsComponentComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 Error: Template parse errors: at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsAsync C:/projects/helpdesk/node_modules/ @angular/compiler/@angular/compiler.es5.js:26744:1) Error: Template parse errors: Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsSync C:/projects/helpdesk/node_modules/@ angular/compiler/@angular/compiler.es5.js:26736:1) Expected undefined to be truthy. at Object.<anonymous> C:/projects/helpdesk/src/app/layout/bs-component/bs-component.component.spec.ts:62:23) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:392:1) at ProxyZoneSpec.webpackJsonp.../../../../zone.js/dist/proxy.js.ProxyZoneSpec.onInvoke C:/projects/helpdesk/node_modules/zone.js/dist/proxy.js:79:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0) AlertComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 4 of 34 (4 FAILED) (0 secs / 1.803 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) AlertComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) ButtonsComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 5 of 34 (5 FAILED) (0 secs / 2.127 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ButtonsComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) CollapseComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 6 of 34 (6 FAILED) (0 secs / 2.405 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) CollapseComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) DatePickerComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 7 of 34 (7 FAILED) (0 secs / 2.704 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) DatePickerComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) DropdownComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 Error: Template parse errors: at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsAsync C:/projects/helpdesk/node_modules/ @angular/compiler/@angular/compiler.es5.js:26744:1) Error: Template parse errors: Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsSync C:/projects/helpdesk/node_modules/@ angular/compiler/@angular/compiler.es5.js:26736:1) Expected undefined to be truthy. at Object.<anonymous> C:/projects/helpdesk/src/app/layout/bs-component/components/dropdown/dropdown.component.spec.ts:27:23) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:392:1) at ProxyZoneSpec.webpackJsonp.../../../../zone.js/dist/proxy.js.ProxyZoneSpec.onInvoke C:/projects/helpdesk/node_modules/zone.js/dist/proxy.js:79:1) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:391:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 8 of 34 (8 FAILED) (0 secs / 3.227 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) DropdownComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 Error: Template parse errors: at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsAsync C:/projects/helpdesk/node_modules/ @angular/compiler/@angular/compiler.es5.js:26744:1) Error: Template parse errors: Can't bind to 'up' since it isn't a known property of 'div'. (" </div> <div class="col text-right"> <div ngbDropdown [ERROR ->][up]="true" class="d-inline-block"> <button class="btn btn-outline-primary" id="d"): ng:///DynamicTestModule/DropdownComponent.html@15:33 at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsSync C:/projects/helpdesk/node_modules/@ angular/compiler/@angular/compiler.es5.js:26736:1) Expected undefined to be truthy. at Object.<anonymous> C:/projects/helpdesk/src/app/layout/bs-component/components/dropdown/dropdown.component.spec.ts:27:23) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:392:1) at ProxyZoneSpec.webpackJsonp.../../../../zone.js/dist/proxy.js.ProxyZoneSpec.onInvoke C:/projects/helpdesk/node_modules/zone.js/dist/proxy.js:79:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ModalComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 9 of 34 (9 FAILED) (0 secs / 3.494 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ModalComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) PaginationComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 10 of 34 (10 FAILED) (0 secs / 3.826 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) PaginationComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) PopOverComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 11 of 34 (11 FAILED) (0 secs / 3.854 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) PopOverComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) ProgressbarComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 12 of 34 (12 FAILED) (0 secs / 4.14 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ProgressbarComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) TabsComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 13 of 34 (13 FAILED) (0 secs / 4.442 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TabsComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) TimepickerComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 14 of 34 (14 FAILED) (0 secs / 4.79 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TimepickerComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) TooltipComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 15 of 34 (15 FAILED) (0 secs / 4.819 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TooltipComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) BsElementComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 16 of 34 (16 FAILED) (0 secs / 5.033 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) BsElementComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ChartsComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 17 of 34 (17 FAILED) (0 secs / 5.189 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ChartsComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ChatComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 18 of 34 (18 FAILED) (0 secs / 5.272 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) ChatComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) NotificationComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 19 of 34 (19 FAILED) (0 secs / 5.319 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) NotificationComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) TimelineComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 20 of 34 (20 FAILED) (0 secs / 5.416 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TimelineComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) DashboardComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 21 of 34 (21 FAILED) (0 secs / 5.68 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) DashboardComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) HeadlessChrome 0.0.0 (Windows 7 0.0.0) FormComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 22 of 34 (22 FAILED) (0 secs / 5.938 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) FormComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) HeadlessChrome 0.0.0 (Windows 7 0.0.0) GridComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 23 of 34 (23 FAILED) (0 secs / 6.072 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) GridComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) ERROR: 'Unhandled Promise rejection:', 'Cannot match any routes. URL Segment: 'dashboard'', '; Zone:', 'angular', '; Task:', 'Promise.then', '; Value:', Error{__zon e_symbol__currentTask: ZoneTask{_zone: Zone{_properties: ..., _parent: ..., _name: ..., _zoneDelegate: ...}, runCount: 0, _zoneDelegates: null, _state: 'notSchedule d', type: 'microTask', source: 'Promise.then', data: Object{__creationTrace__: ...}, scheduleFn: undefined, cancelFn: null, callback: function () { ... }, invoke: f unction () { ... }}}, 'Error: Cannot match any routes. URL Segment: 'dashboard' at ApplyRedirects.webpackJsonp.../../../router/@angular/router.es5.js.ApplyRedirects.noMatchError (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/he lpdesk/node_modules/@angular/router/@angular/router.es5.js:1466:1) at CatchSubscriber.selector (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/router/@angular/router.es5.js:1441:1) at CatchSubscriber.webpackJsonp.../../../../rxjs/operator/catch.js.CatchSubscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/no de_modules/rxjs/operator/catch.js:104:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at LastSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_module ERROR: 'Unhandled Promise rejection:', 'Cannot match any routes. URL Segment: 'dashboard'', '; Zone:', 'angular', '; Task:', 'Promise.then', '; Value:', Error{__zon e_symbol__currentTask: ZoneTask{_zone: Zone{_properties: ..., _parent: ..., _name: ..., _zoneDelegate: ...}, runCount: 0, _zoneDelegates: null, _state: 'notSchedule d', type: 'microTask', source: 'Promise.then', data: Object{__creationTrace__: ...}, scheduleFn: undefined, cancelFn: null, callback: function () { ... }, invoke: f unction () { ... }}}, 'Error: Cannot match any routes. URL Segment: 'dashboard' at ApplyRedirects.webpackJsonp.../../../router/@angular/router.es5.js.ApplyRedirects.noMatchError (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/he lpdesk/node_modules/@angular/router/@angular/router.es5.js:1466:1) at CatchSubscriber.selector (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/router/@angular/router.es5.js:1441:1) at CatchSubscriber.webpackJsonp.../../../../rxjs/operator/catch.js.CatchSubscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/no de_modules/rxjs/operator/catch.js:104:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at LastSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_module s/rxjs/Subscriber.js:128:1)' HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 23 of 34 (23 FAILED) (0 secs / 6.072 secs) ERROR: 'Unhandled Promise rejection:', 'Cannot match any routes. URL Segment: 'dashboard'', '; Zone:', 'angular', '; Task:', 'Promise.then', '; Value:', Error{__zon e_symbol__currentTask: ZoneTask{_zone: Zone{_properties: ..., _parent: ..., _name: ..., _zoneDelegate: ...}, runCount: 0, _zoneDelegates: null, _state: 'notSchedule d', type: 'microTask', source: 'Promise.then', data: Object{__creationTrace__: ...}, scheduleFn: undefined, cancelFn: null, callback: function () { ... }, invoke: f unction () { ... }}}, 'Error: Cannot match any routes. URL Segment: 'dashboard' at ApplyRedirects.webpackJsonp.../../../router/@angular/router.es5.js.ApplyRedirects.noMatchError (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/he lpdesk/node_modules/@angular/router/@angular/router.es5.js:1466:1) at CatchSubscriber.selector (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/router/@angular/router.es5.js:1441:1) at CatchSubscriber.webpackJsonp.../../../../rxjs/operator/catch.js.CatchSubscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/no de_modules/rxjs/operator/catch.js:104:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules /rxjs/Subscriber.js:128:1) at MapSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/ rxjs/Subscriber.js:102:1) at LastSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._error (http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_module HeadlessChrome 0.0.0 (Windows 7 0.0.0) LayoutComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 24 of 34 (24 FAILED) (0 secs / 6.27 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) LayoutComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) TablesComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 25 of 34 (25 FAILED) (0 secs / 6.566 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TablesComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) HeadlessChrome 0.0.0 (Windows 7 0.0.0) LoginComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) There is no directive with "exportAs" set to "ngForm" ("50px" class="user-avatar" /> <h1>Helpdesk - Ticketry</h1> <form role="form" [ERROR ->]#loginComponent="ngForm" (ngSubmit)="onLoggedin(loginComponent)"> <div class="form-co"): ng:///DynamicTestModule/LoginComponent.html@5:30 Can't bind to 'ngModel' since it isn't a known property of 'input'. ("m-content"> <div class="form-group"> <input type="text" [ERROR ->][(ngModel)]="name" name="email" class="form-control input-underline in"): ng:///DynamicTestModule/LoginComponent.html@8:43 Can't bind to 'ngModel' since it isn't a known property of 'input'. (" <div class="form-group"> <input type="password" [ERROR ->][(ngModel)]="password" name="password" class="form-control input-underline input-lg" id="" placehol de"): ng:///DynamicTestModule/LoginComponent.html@13:47 Error: Template parse errors: at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsAsync C:/projects/helpdesk/node_modules/ @angular/compiler/@angular/compiler.es5.js:26744:1) Error: Template parse errors: There is no directive with "exportAs" set to "ngForm" ("50px" class="user-avatar" /> <h1>Helpdesk - Ticketry</h1> <form role="form" [ERROR ->]#loginComponent="ngForm" (ngSubmit)="onLoggedin(loginComponent)"> <div class="form-co"): ng:///DynamicTestModule/LoginComponent.html@5:30 Can't bind to 'ngModel' since it isn't a known property of 'input'. ("m-content"> <div class="form-group"> <input type="text" [ERROR ->][(ngModel)]="name" name="email" class="form-control input-underline in"): ng:///DynamicTestModule/LoginComponent.html@8:43 Can't bind to 'ngModel' since it isn't a known property of 'input'. (" <div class="form-group"> <input type="password" [ERROR ->][(ngModel)]="password" name="password" class="form-control input-underline input-lg" id="" placehol de"): ng:///DynamicTestModule/LoginComponent.html@13:47 at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsSync C:/projects/helpdesk/node_modules/@ angular/compiler/@angular/compiler.es5.js:26736:1) Expected undefined to be truthy. at Object.<anonymous> C:/projects/helpdesk/src/app/login/login.component.spec.ts:27:23) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:392:1) at ProxyZoneSpec.webpackJsonp.../../../../zone.js/dist/proxy.js.ProxyZoneSpec.onInvoke C:/projects/helpdesk/node_modules/zone.js/dist/proxy.js:79:1) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:391:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 26 of 34 (26 FAILED) (0 secs / 6.597 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) LoginComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) There is no directive with "exportAs" set to "ngForm" ("50px" class="user-avatar" /> <h1>Helpdesk - Ticketry</h1> <form role="form" [ERROR ->]#loginComponent="ngForm" (ngSubmit)="onLoggedin(loginComponent)"> <div class="form-co"): ng:///DynamicTestModule/LoginComponent.html@5:30 Can't bind to 'ngModel' since it isn't a known property of 'input'. ("m-content"> <div class="form-group"> <input type="text" [ERROR ->][(ngModel)]="name" name="email" class="form-control input-underline in"): ng:///DynamicTestModule/LoginComponent.html@8:43 Can't bind to 'ngModel' since it isn't a known property of 'input'. (" <div class="form-group"> <input type="password" [ERROR ->][(ngModel)]="password" name="password" class="form-control input-underline input-lg" id="" placehol de"): ng:///DynamicTestModule/LoginComponent.html@13:47 Error: Template parse errors: at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsAsync C:/projects/helpdesk/node_modules/ @angular/compiler/@angular/compiler.es5.js:26744:1) Error: Template parse errors: There is no directive with "exportAs" set to "ngForm" ("50px" class="user-avatar" /> <h1>Helpdesk - Ticketry</h1> <form role="form" [ERROR ->]#loginComponent="ngForm" (ngSubmit)="onLoggedin(loginComponent)"> <div class="form-co"): ng:///DynamicTestModule/LoginComponent.html@5:30 Can't bind to 'ngModel' since it isn't a known property of 'input'. ("m-content"> <div class="form-group"> <input type="text" [ERROR ->][(ngModel)]="name" name="email" class="form-control input-underline in"): ng:///DynamicTestModule/LoginComponent.html@8:43 Can't bind to 'ngModel' since it isn't a known property of 'input'. (" <div class="form-group"> <input type="password" [ERROR ->][(ngModel)]="password" name="password" class="form-control input-underline input-lg" id="" placehol de"): ng:///DynamicTestModule/LoginComponent.html@13:47 at syntaxError C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1694:22) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse C:/projects/helpdesk/node_modules/@angular/compiler/@angu lar/compiler.es5.js:12791:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate C:/projects/helpdesk/node_modules/@angular/compiler/ @angular/compiler.es5.js:26994:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26913:48 at Set.forEach (<anonymous>) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents C:/projects/helpdesk/node_modules/@angular/compile r/@angular/compiler.es5.js:26913:1) at http://localhost:9876/_karma_webpack_/webpack:/C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:26814:1 at Object.then C:/projects/helpdesk/node_modules/@angular/compiler/@angular/compiler.es5.js:1683:33) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndAllComponents C:/projects/helpdesk/node_modules/@ang ular/compiler/@angular/compiler.es5.js:26812:1) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAndAllComponentsSync C:/projects/helpdesk/node_modules/@ angular/compiler/@angular/compiler.es5.js:26736:1) Expected undefined to be truthy. at Object.<anonymous> C:/projects/helpdesk/src/app/login/login.component.spec.ts:27:23) at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke C:/projects/helpdesk/node_modules/zone.js/dist/zone.js:392:1) at ProxyZoneSpec.webpackJsonp.../../../../zone.js/dist/proxy.js.ProxyZoneSpec.onInvoke C:/projects/helpdesk/node_modules/zone.js/dist/proxy.js:79:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0) HeaderComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 27 of 34 (27 FAILED) (0 secs / 6.685 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) HeaderComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) SidebarComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 28 of 34 (28 FAILED) (0 secs / 6.752 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) SidebarComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) AuthGuard should ... FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 29 of 34 (29 FAILED) (0 secs / 6.769 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) AuthGuard should ... FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) PageHeaderComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 30 of 34 (30 FAILED) (0 secs / 6.79 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) PageHeaderComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) StatComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 31 of 34 (31 FAILED) (0 secs / 6.811 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) StatComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) SignupComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) at debugCheckRenderNodeFn C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13120:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 32 of 34 (32 FAILED) (0 secs / 6.843 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) SignupComponent should create FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) Error: Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp C:/projects/helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2926:1) at EmulatedEncapsulationDomRenderer2.webpackJsonp.../../../platform-browser/@angular/platform-browser.es5.js.DefaultDomRenderer2.setProperty C:/projects /helpdesk/node_modules/@angular/platform-browser/@angular/platform-browser.es5.js:2894:1) at DebugRenderer2.webpackJsonp.../../../core/@angular/core.es5.js.DebugRenderer2.setProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/co re.es5.js:13740:1) at setElementProperty C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9401:1) at checkAndUpdateElementValue C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9320:1) at checkAndUpdateElementInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:9254:1) at checkAndUpdateNodeInline C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12337:1) at checkAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:12284:1) at debugCheckAndUpdateNode C:/projects/helpdesk/node_modules/@angular/core/@angular/core.es5.js:13141:22) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TicketsService should be created FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 33 of 34 (33 FAILED) (0 secs / 6.86 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TicketsService should be created FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ HeadlessChrome 0.0.0 (Windows 7 0.0.0) TicketsService should create new ticket FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/projects/helpdesk/node_modules/ zone.js/dist/jasmine-patch.js:132:1) HeadlessChrome 0.0.0 (Windows 7 0.0.0): Executed 34 of 34 (34 FAILED) (0 secs / 6.87 secs) HeadlessChrome 0.0.0 (Windows 7 0.0.0) TicketsService should create new ticket FAILED TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object.<anonymous> C:/projects/helpdesk/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRu

HackPoint avatar Oct 16 '17 18:10 HackPoint

@dhaveman it's when I ran the default tests of the template

HackPoint avatar Oct 16 '17 18:10 HackPoint

In my case, I removed import 'zone.js/dist/jasmine-patch';

as I had import 'zone.js/dist/zone'; as my first import.

Have in mind that, having zone as the first import in you index.ts|test.ts doesn't mean the right way to do it. Some other people have their zone imported in their polyfills.ts for example

raulra08 avatar Apr 18 '19 15:04 raulra08