lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 137 forks source link

Getting errors. fixture undefined #234

Closed bambam2174 closed 7 years ago

bambam2174 commented 7 years ago

I'm new to Ionic and I've to write some unit test.

At first I just took you test.ts and wrote simple test usingfixture.detectChanges(). followin errors were thrown:

      Chrome 56.0.2924 (Windows 10 0.0.0)
    TypeError: Cannot read property 'autoDetectChanges' of undefined
        at Object.<anonymous> (webpack:///spec/components/customers-navigation-toolbar/customers-navigation-toolbar.spec.ts:44:16 <- src/test.ts:68888:16)
        at ZoneDelegate.invoke (webpack:///~/zone.js/dist/zone.js:330:0 <- src/test.ts:60010:26)
        at ProxyZoneSpec.onInvoke (webpack:///~/zone.js/dist/proxy.js:79:0 <- src/test.ts:59576:39)
        at ZoneDelegate.invoke (webpack:///~/zone.js/dist/zone.js:329:0 <- src/test.ts:60009:32)
        at Zone.run (webpack:///~/zone.js/dist/zone.js:126:0 <- src/test.ts:59806:43)
        at Object.<anonymous> (webpack:///~/zone.js/dist/jasmine-patch.js:102:0 <- src/test.ts:59291:34)
        at ZoneQueueRunner.jasmine.QueueRunner.ZoneQueueRunner.execute (webpack:///~/zone.js/dist/jasmine-patch.js:132:0 <- src/test.ts:59321:42)

`The Tests failed because fixture were undefined.

Then I've merged your package.json with ours, deleted the folder node_modules and executed npm install.

After that this came (it's really really Long):

You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', '; Zone:', '<root>', '; Task:', 'Promise.then', '; Value:', Error{__zone_symbol__error: Error{originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'}, stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', name: 'Error', message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', toString: function () { ... }, toSource: function () { ... }, __zone_symbol__stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', __zone_symbol__message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
'}, 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'
Chrome 56.0.2924 (Windows 10 0.0.0) ERROR: 'Unhandled Promise rejection:', 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', '; Zone:', '<root>', '; Task:', 'Promise.then', '; Value:', Error{__zone_symbol__error: Error{originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'}, stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', name: 'Error', message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', toString: function () { ... }, toSource: function () { ... }, __zone_symbol__stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', __zone_symbol__message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
'}, 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'
Chrome 56.0.2924 (Windows 10 0.0.0) ERROR: Error{__zone_symbol__error: Error{originalStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'}, stack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', name: 'Error', message: 'Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', originalStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', toString: function () { ... }, toSource: function () { ... }, rejection: Error{__zone_symbol__error: Error{originalStack: ..., zoneAwareStack: ...}, stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', name: 'Error', message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', toString: function () { ... }, toSource: function () { ... }, __zone_symbol__stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', __zone_symbol__message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', __zone_symbol__name: 'Error', __zone_symbol__originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', __zone_symbol__zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'}, promise: ZoneAwarePromise{__zone_symbol__state: 0, __zone_symbol__value: Error{__zone_symbol__error: ..., stack: ..., name: ..., message: ..., originalStack: ..., zoneAwareStack: ..., toString: ..., toSource: ..., __zone_symbol__stack: ..., __zone_symbol__message: ..., __zone_symbol__name: ..., __zone_symbol__originalStack: ..., __zone_symbol__zoneAwareStack: ...}}, zone: Zone{_properties: Object{}, _parent: null, _name: '<root>', _zoneDelegate: ZoneDelegate{_taskCounts: ..., zone: ..., _parentDelegate: ..., _forkZS: ..., _forkDlgt: ..., _forkCurrZone: ..., _interceptZS: ..., _interceptDlgt: ..., _interceptCurrZone: ..., _invokeZS: ..., _invokeDlgt: ..., _invokeCurrZone: ..., _handleErrorZS: ..., _handleErrorDlgt: ..., _handleErrorCurrZone: ..., _scheduleTaskZS: ..., _scheduleTaskDlgt: ..., _scheduleTaskCurrZone: ..., _invokeTaskZS: ..., _invokeTaskDlgt: ..., _invokeTaskCurrZone: ..., _cancelTaskZS: ..., _cancelTaskDlgt: ..., _cancelTaskCurrZone: ..., _hasTaskZS: ..., _hasTaskDlgt: ..., _hasTaskCurrZone: ...}}, task: ZoneTask{runCount: 1, type: 'microTask', zone: Zone{_properties: ..., _parent: ..., _name: ..., _zoneDelegate: ...}, source: 'Promise.then', data: undefined, scheduleFn: undefined, cancelFn: null, callback: function () { ... }, invoke: function () { ... }}}
Chrome 56.0.2924 (Windows 10 0.0.0) ERROR: Error{__zone_symbol__error: Error{originalStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'}, stack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', name: 'Error', message: 'Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', originalStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31)
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Uncaught (in promise): Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68862:31) [<root>]
    at resolvePromise (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68847:17) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:17 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', toString: function () { ... }, toSource: function () { ... }, rejection: Error{__zone_symbol__error: Error{originalStack: ..., zoneAwareStack: ...}, stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', name: 'Error', message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', toString: function () { ... }, toSource: function () { ... }, __zone_symbol__stack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]', __zone_symbol__message: 'Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
', __zone_symbol__name: 'Error', __zone_symbol__originalStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at ZoneAwareError (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:69172:33)
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7)
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30)
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9)
    at Array.map (native)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54
    at ZoneDelegate.invoke (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68603:26)
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43)
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57
    at ZoneDelegate.invokeTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68636:35)
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47)
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35)', __zone_symbol__zoneAwareStack: 'Error: Module parse failed: C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\node_modules\@ngtools\webpack\src\index.js?{"tsConfigPath":"C:\\Users\\Sedat Kilinc\\Projects\\cordova\\arctis_tablet_ll\\arctis\\tsconfig.json","module":"commonjs"}!C:\Users\Sedat Kilinc\Projects\cordova\arctis_tablet_ll\arctis\spec\components\customers-navigation-toolbar\customers-navigation-toolbar.spec.ts Unexpected token (17:27)
You may need an appropriate loader to handle this file type.
|     // let de: DebugElement;
|     // let el: HTMLElement;
|     beforeEach(function () __awaiter(this, void 0, void 0, function* () { return test_1.TestUtils.beforeEachCompiler([customers_navigation_toolbar_1.CustomersNavigationToolbar]).
|         then(function (compiled) {
|         fixture = compiled.fixture;
    at Object.x (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:79521:7) [<root>]
    at __webpack_require__ (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:49:30) [<root>]
    at webpackContext (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:70236:9) [<root>]
    at Array.map (native) [<root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:90984:54 [<root>]
    at Zone.run (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68474:43) [<root> => <root>]
    at http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68896:57 [<root>]
    at Zone.runTask (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68512:47) [<root> => <root>]
    at drainMicroTaskQueue (http://localhost:9876/base/src/test.ts?d65565367f11b6de47305f326ec7679514345961:68794:35) [<root>]'}, promise: ZoneAwarePromise{__zone_symbol__state: 0, __zone_symbol__value: Error{__zone_symbol__error: ..., stack: ..., name: ..., message: ..., originalStack: ..., zoneAwareStack: ..., toString: ..., toSource: ..., __zone_symbol__stack: ..., __zone_symbol__message: ..., __zone_symbol__name: ..., __zone_symbol__originalStack: ..., __zone_symbol__zoneAwareStack: ...}}, zone: Zone{_properties: Object{}, _parent: null, _name: '<root>', _zoneDelegate: ZoneDelegate{_taskCounts: ..., zone: ..., _parentDelegate: ..., _forkZS: ..., _forkDlgt: ..., _forkCurrZone: ..., _interceptZS: ..., _interceptDlgt: ..., _interceptCurrZone: ..., _invokeZS: ..., _invokeDlgt: ..., _invokeCurrZone: ..., _handleErrorZS: ..., _handleErrorDlgt: ..., _handleErrorCurrZone: ..., _scheduleTaskZS: ..., _scheduleTaskDlgt: ..., _scheduleTaskCurrZone: ..., _invokeTaskZS: ..., _invokeTaskDlgt: ..., _invokeTaskCurrZone: ..., _cancelTaskZS: ..., _cancelTaskDlgt: ..., _cancelTaskCurrZone: ..., _hasTaskZS: ..., _hasTaskDlgt: ..., _hasTaskCurrZone: ...}}, task: ZoneTask{runCount: 1, type: 'microTask', zone: Zone{_properties: ..., _parent: ..., _name: ..., _zoneDelegate: ...}, source: 'Promise.then', data: undefined, scheduleFn: undefined, cancelFn: null, callback: function () { ... }, invoke: function () { ... }}}
08 03 2017 14:56:44.958:WARN [Chrome 56.0.2924 (Windows 10 0.0.0)]: Disconnected (1 times), because no message in 10000 ms.
Chrome 56.0.2924 (Windows 10 0.0.0) ERROR
  Disconnected, because no message in 10000 ms.
Chrome 56.0.2924 (Windows 10 0.0.0) ERROR
  Disconnected, because no message in 10000 ms.

Finished in 10.661 secs / 0 secs @ 14:56:44 GMT+0100 (Mitteleuropäische Zeit)`
lathonez commented 7 years ago

Use three backticks for noformat blocks in github.

Luckily there's a blog, so you don't need to guess at how the setup works. This is linked at in the description of the project.

http://lathonez.com/2017/ionic-2-unit-testing/