HackP0!nt

Results 17 comments of HackP0!nt

@webpatrickkim what have you ran?

@Dorian-s seems that doesn't work. `HeadlessChrome 0.0.0 (Windows 7 0.0.0) ERROR Uncaught Error: Missing: SyncTestZoneSpec at http://localhost:9876/_karma_webpack_/vendor.bundle.js:43997 HeadlessChrome 0.0.0 (Windows 7 0.0.0) ERROR Uncaught Error: Missing: SyncTestZoneSpec at http://localhost:9876/_karma_webpack_/vendor.bundle.js:43997 HeadlessChrome...

Have the same error Uncaught Error: Missing: SyncTestZoneSpec

@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'; //...

@dhaveman have you seen this issue? ```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. 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/ ```

`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. 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...

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

> Duplicate of #33475 > > This was fixed in 15.0.0, can you upgrade and try again? Have tried it with 15.0.0 and it's has the same issue

> Can you post all the details with 15.0.0 (stack trace, versions, etc)? Sir, the error is still the same and the code is exactly the same, if you want...