wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
758 stars 45 forks source link

Import type feature from Typescript 3.8 isn't supported #2372

Closed legrandmawak closed 4 years ago

legrandmawak commented 4 years ago

Hi !

I simply want to report that I tried to insert the new syntax from ts 3.8 import type and my test aren't running because of those import https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-exports

image

I copied the diagnostic report as asked thank you !

{ editorVersion: '1.43.0',
  pluginVersion: '1.0.182',
  editorType: 'VSCode',
  osVersion: 'win32 10.0.17763',
  nodeVersion: 'v10.16.3',
  coreVersion: '1.0.869',
  config:
   { files:
      [ { pattern: 'src/**/*.+(ts|html)', load: false, ignore: false, trigger: true, instrument: true, order: 1 },
        { pattern: 'test/unit/setup.ts', load: false, ignore: false, trigger: true, instrument: true, order: 2 },
        { pattern: 'test/unit/test-configuration.ts', load: false, ignore: false, trigger: true, instrument: true, order: 3 } ],
     filesWithNoCoverageCalculated: [ 'src/main.ts', 'src/environment.ts', 'src/resources/**/*.+(ts|html)', 'test/**/*.+(ts|html)', 'src/shared-components/**/*.+(ts|html)', 'src/app.ts' ],
     tests: [ { pattern: 'test/unit/**/*.spec.ts', load: false, ignore: false, trigger: true, test: true, order: 4 } ],
     env: { kind: 'chrome', type: 'browser', params: {}, viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
     debug: true,
     diagnostics: {},
     runAllTestsInAffectedTestFile: false,
     compilers: { '**/*.?(lit)coffee?(.md)': [Function] },
     preprocessors: {},
     maxConsoleMessagesPerTest: 100,
     autoConsoleLog: true,
     delays: { run: 0, edit: 100, update: 0 },
     workers: { initial: 0, regular: 0, recycle: false },
     teardown: undefined,
     hints:
      { ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/',
        ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
        commentAutoLog: '?',
        testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' } },
     automaticTestFileSelection: true,
     runSelectedTestsOnly: false,
     extensions: {},
     reportUnhandledPromises: false,
     throwOnBeforeUnload: true,
     testFramework: { version: 'jasmine@3.5.0', configurator: 'jasmine@2.1.3', reporter: 'jasmine@2.1.3', starter: 'jasmine@2.1.3' },
     slowTestThreshold: 75,
     lowCoverageThreshold: 80,
     loose: undefined,
     configCode:
      'const path = require("path");\nvar wallabyWebpack = require("wallaby-webpack");\nvar AureliaPlugin = require("aurelia-webpack-plugin").AureliaPlugin;\nvar DefinePlugin = require("webpack").DefinePlugin;\nvar webpack = require("webpack");\n\nmodule.exports = function(wallaby) {\n    var wallabyPostprocessor = wallabyWebpack({\n        entryPatterns: ["test/unit/setup.js", "test/unit/**/*.spec.js"],\n        resolve: {\n            modules: [path.join(wallaby.projectCacheDir, "src"), path.join(__dirname, "../../node_modules")],\n        },\n        node: {\n            fs: "empty",\n        },\n\n        module: {\n            rules: [\n                {\n                    test: /\\.html$/i,\n                    loader: "html-loader",\n                },\n                {\n                    test: /\\.png$|\\.gif$|\\.svg$|\\.jpe?g$/,\n                    loaders: "null",\n                },\n                {\n                    test: /\\.css$/i,\n                    issuer: [\n                        {\n                            not: [\n                                {\n                                    test: /\\.html$/i,\n                                },\n                            ],\n                        },\n                    ],\n                    use: ["style-loader", "css-loader"],\n                },\n                {\n                    test: /\\.css$/i,\n                    issuer: [\n                        {\n                            test: /\\.html$/i,\n                        },\n                    ],\n                    use: "css-loader",\n                },\n            ],\n        },\n\n        plugins: [\n            new DefinePlugin({\n                AURELIA_WEBPACK_2_0: undefined,\n            }),\n            new AureliaPlugin({\n                aureliaApp: undefined,\n                viewsFor: "{" + path.relative(path.resolve(), wallaby.projectCacheDir) + "/,}**/!(tslib)*.{ts,js}",\n            }),\n            new webpack.NormalModuleReplacementPlugin(/\\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico||scss|css)$/, "node-noop"),\n            new webpack.ProvidePlugin({}),\n        ],\n    });\n\n    return {\n        files: [\n            {\n                pattern: "src/**/*.+(ts|html)",\n                load: false,\n            },\n            {\n                pattern: "test/unit/setup.ts",\n                load: false,\n            },\n            {\n                pattern: "test/unit/test-configuration.ts",\n                load: false,\n            },\n        ],\n\n        filesWithNoCoverageCalculated: ["src/main.ts", "src/environment.ts", "src/resources/**/*.+(ts|html)", "test/**/*.+(ts|html)", "src/shared-components/**/*.+(ts|html)", "src/app.ts"],\n\n        tests: [\n            {\n                pattern: "test/unit/**/*.spec.ts",\n                load: false,\n            },\n        ],\n\n        env: {\n            kind: "chrome",\n        },\n\n        postprocessor: wallabyPostprocessor,\n\n        setup: function() {\n            window.__moduleBundler.loadTests();\n        },\n\n        debug: true,\n    };\n};\n' },
  packageJSON:
   { dependencies:
      { 'aurelia-animator-css': '^1.0.2',
        'aurelia-bootstrapper': '^2.1.1',
        'aurelia-fetch-client': '^1.3.1',
        'aurelia-i18n': '^2.3.0',
        'aurelia-polyfills': '1.3.0',
        'aurelia-store': '^1.4.0',
        bluebird: '^3.4.1',
        cssnano: '^4.1.10',
        'genius-common': 'file:../genius-common',
        'genius-dal': 'file:../genius-dal',
        'genius-services': 'file:../genius-services',
        i18next: '^10.2.2',
        'node-sass': '^4.9.3',
        'sass-loader': '^7.1.0',
        tailwindcss: '^1.0.5' },
     devDependencies:
      { '@types/jasmine': '^2.8.8',
        '@types/lodash': '^4.14.69',
        '@types/node': '^8.0.0',
        '@types/webpack': '^3.0.4',
        'aspnet-webpack': '^2.0.1',
        'aurelia-cli': '^0.32.0',
        'aurelia-protractor-plugin': '^1.0.5',
        'aurelia-testing': '^1.0.0-beta.4.0.0',
        'aurelia-tools': '^1.0.0',
        'aurelia-webpack-plugin': '^2.0.0-rc.5',
        'awesome-typescript-loader': '^3.2.1',
        'clean-webpack-plugin': '^0.1.17',
        'copy-webpack-plugin': '4.0.1',
        'css-loader': '0.28.4',
        del: '^3.0.0',
        'expose-loader': '0.7.3',
        'extract-text-webpack-plugin': '3.0.0',
        'file-loader': '0.11.2',
        gulp: '^4.0.0',
        'gulp-rename': '^1.2.2',
        'html-loader': '0.4.5',
        'html-webpack-plugin': '2.30.1',
        'istanbul-instrumenter-loader': '^2.0.0',
        'jasmine-core': '^2.99.1',
        'jest-jasmine2': '21.2.1',
        'jest-matchers': '^20.0.3',
        'json-loader': '0.5.7',
        karma: '^2.0.2',
        'karma-chrome-launcher': '^2.2.0',
        'karma-coverage': '^1.1.1',
        'karma-coverage-istanbul-reporter': '1.4.3',
        'karma-jasmine': '^1.1.2',
        'karma-mocha-reporter': '2.2.5',
        'karma-spec-reporter': '0.0.32',
        'karma-typescript-preprocessor': '^0.3.1',
        'karma-webpack': '2.0.9',
        minimatch: '^3.0.2',
        'node-noop': '^1.0.0',
        nps: '^5.7.1',
        'nps-utils': '1.2.0',
        opn: '^5.1.0',
        prettier: '^1.19.1',
        protractor: '^5.3.2',
        'protractor-jasmine2-html-reporter': '0.0.7',
        'raw-loader': '^0.5.1',
        'reflect-metadata': '^0.1.12',
        'sonarqube-scanner': '^2.0.2',
        'style-loader': '0.18.2',
        through2: '^2.0.1',
        'ts-node': '^3.2.0',
        tslint: '^5.10.0',
        'tslint-config-prettier': '^1.18.0',
        'tslint-consistent-codestyle': '^1.13.1',
        'tslint-eslint-rules': '^4.1.1',
        'tslint-sonarts': '^1.7.0',
        typescript: '^3.7.2',
        'uglify-js': '^3.4.9',
        'uglifyjs-webpack-plugin': '^1.3.0',
        'url-loader': '0.5.8',
        'wait-on': '2.0.2',
        'wallaby-webpack': '3.9.10',
        webpack: '3.5.5',
        'webpack-bundle-analyzer': '^3.0.2',
        'webpack-dev-server': '2.7.1',
        'webpack-hot-middleware': '^2.18.2',
        'webpack-pwa-manifest': '~3.4.1' } },
  fs: { numberOfFiles: 283 },
  debug:
   [ '2020-03-20T12:40:19.487Z project Wallaby Node version: v10.16.3\n',
     '2020-03-20T12:40:19.487Z project Wallaby config: C:\\DEV\\Prj13\\Genius\\Web\\packages\\genius-spa-job-milestone-desktop\\wallaby.conf.js\n',
     '2020-03-20T12:40:21.475Z project File cache: D:\\Users\\mapelletier\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.182\\projects\\4365bc4f52565fdd\n',
     '2020-03-20T12:40:21.511Z uiService Listening port 51235\n',
     '2020-03-20T12:40:22.112Z workers Parallelism for initial run: 10, for regular run: 5\n',
     '2020-03-20T12:40:22.112Z workers Starting run worker instance #0\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #1\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #2\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #3\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #4\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #5\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #6\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #7\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #8\n',
     '2020-03-20T12:40:22.113Z workers Starting run worker instance #9\n',
     '2020-03-20T12:40:22.125Z workers Web server is listening at 57533\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #0\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #1\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #2\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #3\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #4\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #5\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #6\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #7\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #8\n',
     '2020-03-20T12:40:22.331Z workers Started run worker instance (immediate) #9\n',
     '2020-03-20T12:40:22.539Z project File cache requires some updates, waiting required files from IDE\n',
     '2020-03-20T12:40:22.578Z extended-core New document or complex document change\n',
     '2020-03-20T12:40:23.825Z project Stopping process pool\n',
     '2020-03-20T12:40:23.828Z project Running postprocessor\n',
     '2020-03-20T12:40:23.840Z postprocessor New TypeScript language service is required\n',
     '2020-03-20T12:40:29.618Z postprocessor New compiler created\n',
     '2020-03-20T12:40:29.691Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:40:33.517Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:40:34.276Z postprocessor Emitting 1337 files\n',
     '2020-03-20T12:40:34.425Z project Postprocessor execution finished\n',
     '2020-03-20T12:40:34.425Z project Test run started; run priority: 3\n',
     '2020-03-20T12:40:34.429Z project Running all tests\n',
     '2020-03-20T12:40:34.444Z workers Starting test run, priority: 3\n',
     '2020-03-20T12:40:34.444Z workers Distributing tests between 10 workers\n',
     '2020-03-20T12:40:34.445Z workers Running tests in parallel\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #0, session #pbj0z]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #1, session #52o5t]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #2, session #9t7g8]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #3, session #27zvc]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #4, session #0nabr]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #5, session #v4uwt]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #6, session #7k3rt]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #7, session #3xddz]\n',
     '2020-03-20T12:40:34.445Z chromeRunner Starting sandbox [worker #8, session #n7hwf]\n',
     '2020-03-20T12:40:34.446Z chromeRunner Starting sandbox [worker #9, session #3h6hi]\n',
     '2020-03-20T12:40:34.446Z chromeRunner Preparing sandbox [worker #0, session #pbj0z]\n',
     '2020-03-20T12:40:34.447Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.448Z browserRunner Sandbox is generated [worker #0, session #pbj0z]: http://localhost:57533/wallaby_sandbox0.html\n',
     '2020-03-20T12:40:34.448Z chromeRunner Preparing sandbox [worker #1, session #52o5t]\n',
     '2020-03-20T12:40:34.449Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.450Z browserRunner Sandbox is generated [worker #1, session #52o5t]: http://localhost:57533/wallaby_sandbox1.html\n',
     '2020-03-20T12:40:34.450Z chromeRunner Preparing sandbox [worker #2, session #9t7g8]\n',
     '2020-03-20T12:40:34.450Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.452Z browserRunner Sandbox is generated [worker #2, session #9t7g8]: http://localhost:57533/wallaby_sandbox2.html\n',
     '2020-03-20T12:40:34.452Z chromeRunner Preparing sandbox [worker #3, session #27zvc]\n',
     '2020-03-20T12:40:34.452Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.453Z browserRunner Sandbox is generated [worker #3, session #27zvc]: http://localhost:57533/wallaby_sandbox3.html\n',
     '2020-03-20T12:40:34.453Z chromeRunner Preparing sandbox [worker #4, session #0nabr]\n',
     '2020-03-20T12:40:34.454Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.455Z browserRunner Sandbox is generated [worker #4, session #0nabr]: http://localhost:57533/wallaby_sandbox4.html\n',
     '2020-03-20T12:40:34.455Z chromeRunner Preparing sandbox [worker #5, session #v4uwt]\n',
     '2020-03-20T12:40:34.456Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.458Z browserRunner Sandbox is generated [worker #5, session #v4uwt]: http://localhost:57533/wallaby_sandbox5.html\n',
     '2020-03-20T12:40:34.458Z chromeRunner Preparing sandbox [worker #6, session #7k3rt]\n',
     '2020-03-20T12:40:34.458Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.459Z browserRunner Sandbox is generated [worker #6, session #7k3rt]: http://localhost:57533/wallaby_sandbox6.html\n',
     '2020-03-20T12:40:34.459Z chromeRunner Preparing sandbox [worker #7, session #3xddz]\n',
     '2020-03-20T12:40:34.460Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.461Z browserRunner Sandbox is generated [worker #7, session #3xddz]: http://localhost:57533/wallaby_sandbox7.html\n',
     '2020-03-20T12:40:34.461Z chromeRunner Preparing sandbox [worker #8, session #n7hwf]\n',
     '2020-03-20T12:40:34.461Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.462Z browserRunner Sandbox is generated [worker #8, session #n7hwf]: http://localhost:57533/wallaby_sandbox8.html\n',
     '2020-03-20T12:40:34.462Z chromeRunner Preparing sandbox [worker #9, session #3h6hi]\n',
     '2020-03-20T12:40:34.462Z browserRunner Total files to load in sandbox: 4\n',
     '2020-03-20T12:40:34.463Z browserRunner Sandbox is generated [worker #9, session #3h6hi]: http://localhost:57533/wallaby_sandbox9.html\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #0, session #pbj0z]\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #1, session #52o5t]\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #2, session #9t7g8]\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #3, session #27zvc]\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #4, session #0nabr]\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #5, session #v4uwt]\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #6, session #7k3rt]\n',
     '2020-03-20T12:40:34.463Z chromeRunner Prepared sandbox [worker #7, session #3xddz]\n',
     '2020-03-20T12:40:34.464Z chromeRunner Prepared sandbox [worker #8, session #n7hwf]\n',
     '2020-03-20T12:40:34.464Z chromeRunner Prepared sandbox [worker #9, session #3h6hi]\n',
     '2020-03-20T12:40:34.464Z workers [worker #0, session #pbj0z] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #1, session #52o5t] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #2, session #9t7g8] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #3, session #27zvc] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #4, session #0nabr] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #5, session #v4uwt] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #6, session #7k3rt] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #7, session #3xddz] Running tests in sandbox\n',
     '2020-03-20T12:40:34.465Z workers [worker #8, session #n7hwf] Running tests in sandbox\n',
     '2020-03-20T12:40:34.466Z workers [worker #9, session #3h6hi] Running tests in sandbox\n',
     '2020-03-20T12:40:36.822Z workers [pbj0z] Loaded 1 test(s)\n',
     '2020-03-20T12:40:36.829Z workers [pbj0z] Test executed: passes\n',
     '2020-03-20T12:40:36.859Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:36.861Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
     '2020-03-20T12:40:36.897Z workers [3h6hi] Loaded 13 test(s)\n',
     '2020-03-20T12:40:36.897Z workers [3xddz] Loaded 2 test(s)\n',
     '2020-03-20T12:40:36.905Z workers [3xddz] Test executed: Binds correctly\n',
     '2020-03-20T12:40:36.923Z workers [3h6hi] Test executed: Should succeed to load the columns for the cards\n',
     '2020-03-20T12:40:36.924Z workers [3xddz] Test executed: Unbinds correctly\n',
     '2020-03-20T12:40:36.972Z workers [3h6hi] Test executed: falls back on code\n',
     '2020-03-20T12:40:36.982Z workers [3h6hi] Test executed: in french\n',
     '2020-03-20T12:40:36.998Z workers [3h6hi] Test executed: in english\n',
     '2020-03-20T12:40:36.999Z workers [27zvc] Loaded 8 test(s)\n',
     '2020-03-20T12:40:37.001Z workers [27zvc] Test executed: returns true if an employee has no assignment\n',
     '2020-03-20T12:40:37.001Z workers [0nabr] Loaded 3 test(s)\n',
     '2020-03-20T12:40:37.002Z workers [v4uwt] Loaded 13 test(s)\n',
     '2020-03-20T12:40:37.003Z workers [27zvc] Test executed: returns false if all employee has assignment\n',
     '2020-03-20T12:40:37.003Z workers [0nabr] Test executed: Opens dialog when action when user clicks on assign button\n',
     '2020-03-20T12:40:37.003Z workers [v4uwt] Test executed: applies color on event data\n',
     '2020-03-20T12:40:37.004Z workers [27zvc] Test executed: returns a list of ID from the employees list, those who are selected=true\n',
     '2020-03-20T12:40:37.005Z workers [0nabr] Test executed: Binds correctly - define grid columns\n',
     '2020-03-20T12:40:37.005Z workers [v4uwt] Test executed: applies color on event data (modify foreground color if the background is gray (#E9)\n',
     '2020-03-20T12:40:37.005Z workers [9t7g8] Loaded 20 test(s)\n',
     '2020-03-20T12:40:37.006Z workers [27zvc] Test executed: returns an empty array if the employee list is empty\n',
     '2020-03-20T12:40:37.007Z workers [v4uwt] Test executed: Editor\n',
     '2020-03-20T12:40:37.008Z workers [9t7g8] Test executed: Update isAutomatic Value - changeIsAutomatic()\n',
     '2020-03-20T12:40:37.009Z workers [3h6hi] Test executed: Should succeed to load the job milestones when calling loadJobMilestones.\n',
     '2020-03-20T12:40:37.009Z workers [v4uwt] Test executed: DeleteAlert\n',
     '2020-03-20T12:40:37.010Z workers [9t7g8] Test executed: Initialize form validator - attached()\n',
     '2020-03-20T12:40:37.011Z workers [9t7g8] Test executed: Edit milestone fetchGraph - milestoneBeforeFetch()\n',
     '2020-03-20T12:40:37.012Z workers [v4uwt] Test executed: QuickInfo new\n',
     '2020-03-20T12:40:37.028Z workers [3h6hi] Test executed: Should succeed to do the carousel process on left direction  when calling loadNextOrPreviousQuotes.\n',
     '2020-03-20T12:40:37.030Z workers [v4uwt] Test executed: QuickInfo edit\n',
     '2020-03-20T12:40:37.030Z workers [9t7g8] Test executed: Reset Dialog to default state - resetDialog()\n',
     '2020-03-20T12:40:37.038Z workers [52o5t] Loaded 11 test(s)\n',
     '2020-03-20T12:40:37.039Z workers [52o5t] Test executed: checks the grouping title for department\n',
     '2020-03-20T12:40:37.040Z workers [7k3rt] Loaded 13 test(s)\n',
     '2020-03-20T12:40:37.041Z workers [52o5t] Test executed: Opens the assignment dialog from the grid - openDialogFromGrid()\n',
     '2020-03-20T12:40:37.041Z workers [7k3rt] Test executed: mark job milestone as completed when context menu option is selected\n',
     '2020-03-20T12:40:37.042Z workers [7k3rt] Test executed: loads milestone correctly after resize\n',
     '2020-03-20T12:40:37.043Z workers [27zvc] Test executed: update selection made in tree view\n',
     '2020-03-20T12:40:37.044Z workers [7k3rt] Test executed: Unsubscribe the state\n',
     '2020-03-20T12:40:37.046Z workers [52o5t] Test executed: checks the grouping title for milestone\n',
     '2020-03-20T12:40:37.048Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:37.049Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
     '2020-03-20T12:40:37.050Z workers [3h6hi] Test executed: Should succeed to load custom data to the jobs.\n',
     '2020-03-20T12:40:37.055Z workers [v4uwt] Test executed: changeDate calls the date manager\n',
     '2020-03-20T12:40:37.057Z workers [7k3rt] Test executed: Unbinds correctly\n',
     '2020-03-20T12:40:37.057Z workers [27zvc] Test executed: employee count return 0 if the list is empty\n',
     '2020-03-20T12:40:37.063Z workers [n7hwf] Loaded 23 test(s)\n',
     '2020-03-20T12:40:37.064Z workers [pbj0z] Run 1 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.067Z workers [3h6hi] Test executed: updates a partial JobMilestone\n',
     '2020-03-20T12:40:37.068Z workers [pbj0z] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.074Z workers [52o5t] Test executed: add\n',
     '2020-03-20T12:40:37.074Z workers [v4uwt] Test executed: binds setting to the scheduler once it created\n',
     '2020-03-20T12:40:37.075Z workers [7k3rt] Test executed: Binds correctly\n',
     '2020-03-20T12:40:37.075Z workers [27zvc] Test executed: buildTreeViewDataSource update treeview data source with employee count\n',
     '2020-03-20T12:40:37.078Z workers [9t7g8] Test executed: should behave...\n',
     '2020-03-20T12:40:37.085Z workers [3h6hi] Test executed: completes JobMilestone that are not completed yet\n',
     '2020-03-20T12:40:37.086Z workers [n7hwf] Test executed: should change isRequesting to false and keep modal open in case of failure\n',
     '2020-03-20T12:40:37.088Z workers [52o5t] Test executed: edit\n',
     '2020-03-20T12:40:37.090Z workers [v4uwt] Test executed: update resources [department] accordingly with data receive\n',
     '2020-03-20T12:40:37.094Z workers [27zvc] Test executed: employeeListChanged calls buildTreeViewDataSource and countEmployeeAssigned\n',
     '2020-03-20T12:40:37.095Z workers [3xddz] Run 2 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.096Z workers [3xddz] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.099Z workers [n7hwf] Test executed: should save Job Milestone properties when dialog call the submit, and close the modal\n',
     '2020-03-20T12:40:37.102Z workers [0nabr] Run 2 test(s), skipped 1 test(s)\n',
     '2020-03-20T12:40:37.104Z workers [0nabr] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.106Z workers [9t7g8] Test executed: setupPhase()\n',
     '2020-03-20T12:40:37.108Z workers [v4uwt] Test executed: update resources [employee] accordingly with data receive\n',
     '2020-03-20T12:40:37.117Z workers [52o5t] Test executed: should calls the fetch of the view Model\n',
     '2020-03-20T12:40:37.125Z workers [9t7g8] Test executed: Should Combo Box Auto Data Source - comboBoxFetcher()\n',
     '2020-03-20T12:40:37.126Z workers [n7hwf] Test executed: opens dialog if selection contains non-assignment\n',
     '2020-03-20T12:40:37.130Z workers [3h6hi] Test executed: retrieve some JobMilestone that can be completed/uncompleted\n',
     '2020-03-20T12:40:37.131Z workers [v4uwt] Test executed: update resources [milestone] accordingly with data receive\n',
     '2020-03-20T12:40:37.137Z workers [52o5t] Test executed: should switch the grouping and update the state\n',
     '2020-03-20T12:40:37.137Z workers [n7hwf] Test executed: navigates if all selection is assignment\n',
     '2020-03-20T12:40:37.138Z workers [3h6hi] Test executed: doesn\'t complete JobMilestone that are completed\n',
     '2020-03-20T12:40:37.145Z workers [9t7g8] Test executed: false if empty date\n',
     '2020-03-20T12:40:37.145Z workers [v4uwt] Test executed: update resources [milestone] accordingly with data receive\n',
     '2020-03-20T12:40:37.155Z workers [52o5t] Test executed: should activate route and fetch viewModel\n',
     '2020-03-20T12:40:37.156Z workers [27zvc] Run 8 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.158Z workers [9t7g8] Test executed: false\n',
     '2020-03-20T12:40:37.159Z workers [27zvc] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.163Z workers [v4uwt] Test executed: manage the date to prepare the next fetch\n',
     '2020-03-20T12:40:37.166Z workers [n7hwf] Test executed: Mutates the color of the progress tracker\n',
     '2020-03-20T12:40:37.172Z workers [52o5t] Test executed: collapse/expand the tree view\n',
     '2020-03-20T12:40:37.177Z workers [9t7g8] Test executed: true\n',
     '2020-03-20T12:40:37.181Z workers [3h6hi] Test executed: formats the necessary properties in the list of entity\n',
     '2020-03-20T12:40:37.185Z workers [n7hwf] Test executed: invoke confirmation dialog when selecting multiple items\n',
     '2020-03-20T12:40:37.193Z workers [52o5t] Test executed: Unbinds correctly\n',
     '2020-03-20T12:40:37.201Z workers [3h6hi] Test executed: Should succeed to call loadMoreData and return the pagingInfos\n',
     '2020-03-20T12:40:37.201Z workers [n7hwf] Test executed: should disable toolbar option\n',
     '2020-03-20T12:40:37.203Z workers [52o5t] Test executed: Binds correctly\n',
     '2020-03-20T12:40:37.207Z workers [9t7g8] Test executed: with assignment id\n',
     '2020-03-20T12:40:37.208Z workers [v4uwt] Run 13 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.210Z workers [v4uwt] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.220Z workers [n7hwf] Test executed: can complete job-milestone item\n',
     '2020-03-20T12:40:37.223Z workers [9t7g8] Test executed: without assignment id\n',
     '2020-03-20T12:40:37.256Z workers [9t7g8] Test executed: in edit mode\n',
     '2020-03-20T12:40:37.257Z workers [n7hwf] Test executed: can undo completion job-milestone item\n',
     '2020-03-20T12:40:37.282Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:37.282Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
     '2020-03-20T12:40:37.283Z workers [9t7g8] Test executed: in add mode\n',
     '2020-03-20T12:40:37.284Z workers [n7hwf] Test executed: Should open the report based on the provided parameters\n',
     '2020-03-20T12:40:37.289Z workers [n7hwf] Test executed: should open the update modal when user selects the context menu option\n',
     '2020-03-20T12:40:37.291Z workers [52o5t] Run 11 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.292Z workers [3h6hi] Run 13 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.294Z workers [52o5t] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.295Z workers [3h6hi] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.304Z workers [9t7g8] Test executed: Should delete Assignment - deleteAssignment()\n',
     '2020-03-20T12:40:37.307Z workers [n7hwf] Test executed: should keep the reference of the selected row\n',
     '2020-03-20T12:40:37.324Z workers [9t7g8] Test executed: should not recalculate if manual\n',
     '2020-03-20T12:40:37.324Z workers [n7hwf] Test executed: activates correctly\n',
     '2020-03-20T12:40:37.340Z workers [9t7g8] Test executed: Should calculates the time in automatic mode - end\n',
     '2020-03-20T12:40:37.340Z workers [n7hwf] Test executed: continueToAssignmentNavigation\n',
     '2020-03-20T12:40:37.357Z workers [9t7g8] Test executed: Should calculates the time in automatic mode - start\n',
     '2020-03-20T12:40:37.362Z workers [n7hwf] Test executed: Binds correctly\n',
     '2020-03-20T12:40:37.382Z workers [n7hwf] Test executed: should disable toolbar option upon selection\n',
     '2020-03-20T12:40:37.387Z workers [9t7g8] Test executed: with new date\n',
     '2020-03-20T12:40:37.399Z workers [n7hwf] Test executed: should save Job Milestone properties when dialog call the submit, and close the modal\n',
     '2020-03-20T12:40:37.403Z workers [9t7g8] Test executed: with empty date\n',
     '2020-03-20T12:40:37.416Z workers [n7hwf] Test executed: calls mutateColor function if the field of the column in penetrationPercentage when calling QueryCellInfo\n',
     '2020-03-20T12:40:37.443Z workers [n7hwf] Test executed: should enable toolbar option upon selection\n',
     '2020-03-20T12:40:37.458Z workers [n7hwf] Test executed: Unbinds correctly\n',
     '2020-03-20T12:40:37.465Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:37.465Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
     '2020-03-20T12:40:37.468Z workers [9t7g8] Run 20 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.469Z workers [9t7g8] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.475Z workers [n7hwf] Test executed: refresh lite grid in external\n',
     '2020-03-20T12:40:37.496Z workers [n7hwf] Test executed: call complete from the bulk confirmation dialog\n',
     '2020-03-20T12:40:37.511Z workers [n7hwf] Test executed: prevent routing in external\n',
     '2020-03-20T12:40:37.553Z workers [n7hwf] Run 23 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.554Z workers [n7hwf] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.701Z workers [7k3rt] Test executed: handles resize\n',
     '2020-03-20T12:40:37.716Z workers [7k3rt] Test executed: activates correctly\n',
     '2020-03-20T12:40:37.738Z workers [7k3rt] Test executed: update job milestone when context menu option is selected\n',
     '2020-03-20T12:40:37.760Z workers [7k3rt] Test executed: mark job milestone as not completed when context menu option is selected\n',
     '2020-03-20T12:40:37.781Z workers [7k3rt] Test executed: reload list of job milestones and close dialog after update is done\n',
     '2020-03-20T12:40:37.803Z workers [7k3rt] Test executed: remain with dialog open in case of fail updating job milestone\n',
     '2020-03-20T12:40:37.825Z workers [7k3rt] Test executed: open edit properties dialog when context menu option is selected\n',
     '2020-03-20T12:40:37.846Z workers [7k3rt] Test executed: fills the drop-down-button items\n',
     '2020-03-20T12:40:37.892Z workers [7k3rt] Run 13 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:37.893Z workers [7k3rt] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:37.894Z workers Merging parallel test run results\n',
     '2020-03-20T12:40:37.916Z project Test run finished\n',
     '2020-03-20T12:40:37.917Z project Processed console.log entries\n',
     '2020-03-20T12:40:37.917Z project Processed loading sequences\n',
     '2020-03-20T12:40:37.918Z project Test name duplicate: update resources [milestone] accordingly with data receive\n',
     '2020-03-20T12:40:37.918Z project Test name duplicate: should save Job Milestone properties when dialog call the submit, and close the modal\n',
     '2020-03-20T12:40:37.919Z project Processed executed tests\n',
     '2020-03-20T12:40:37.941Z project Processed code coverage\n',
     '2020-03-20T12:40:38.016Z project Test run result processed and sent to IDE\n',
     '2020-03-20T12:40:38.024Z project Running postprocessor\n',
     '2020-03-20T12:40:38.025Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:40:38.469Z fs File changed: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:38.500Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:40:38.838Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:40:38.858Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:40:38.867Z project Postprocessor execution finished\n',
     '2020-03-20T12:40:38.867Z project Test run started; run priority: 2\n',
     '2020-03-20T12:40:38.870Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:40:38.884Z workers Starting test run, priority: 2\n',
     '2020-03-20T12:40:38.884Z chromeRunner Starting sandbox [worker #0, session #gj61d]\n',
     '2020-03-20T12:40:38.884Z chromeRunner Preparing sandbox [worker #0, session #gj61d]\n',
     '2020-03-20T12:40:38.885Z browserRunner Total files to load in sandbox: 5\n',
     '2020-03-20T12:40:38.887Z browserRunner Sandbox is generated [worker #0, session #gj61d]: http://localhost:57533/wallaby_sandbox0.html\n',
     '2020-03-20T12:40:38.887Z chromeRunner Prepared sandbox [worker #0, session #gj61d]\n',
     '2020-03-20T12:40:38.887Z workers [worker #0, session #gj61d] Running tests in sandbox\n',
     '2020-03-20T12:40:38.889Z fs No changes detected for src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:38.889Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-03-20T12:40:39.372Z workers Sandbox (active) [gj61d] error: Uncaught ReferenceError: GeniusSplitter is not defined\n',
     '2020-03-20T12:40:39.373Z workers [gj61d] Loaded 0 test(s)\n',
     '2020-03-20T12:40:39.396Z workers [gj61d] Run 0 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:39.397Z workers [gj61d] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:39.398Z project Test run finished\n',
     '2020-03-20T12:40:39.398Z project Processed console.log entries\n',
     '2020-03-20T12:40:39.398Z project Processed loading sequences\n',
     '2020-03-20T12:40:39.398Z project Processed executed tests\n',
     '2020-03-20T12:40:39.403Z project Processed code coverage\n',
     '2020-03-20T12:40:39.408Z project Test run result processed and sent to IDE\n',
     '2020-03-20T12:40:51.540Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:51.544Z project Running postprocessor\n',
     '2020-03-20T12:40:51.544Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:40:51.885Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:40:52.134Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:40:52.142Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:40:52.143Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:52.145Z project Test run cancelled, re-queueing run data\n',
     '2020-03-20T12:40:52.145Z project Test run finished\n',
     '2020-03-20T12:40:52.145Z project Test run data re-queued\n',
     '2020-03-20T12:40:52.149Z project Running postprocessor\n',
     '2020-03-20T12:40:52.149Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:40:52.267Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:40:52.493Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:40:52.501Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:40:52.506Z project Postprocessor execution finished\n',
     '2020-03-20T12:40:52.506Z project Test run started; run priority: 2\n',
     '2020-03-20T12:40:52.509Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:40:52.519Z workers Starting test run, priority: 2\n',
     '2020-03-20T12:40:52.519Z chromeRunner Starting sandbox [worker #0, session #6cbnb]\n',
     '2020-03-20T12:40:52.519Z chromeRunner Preparing sandbox [worker #0, session #6cbnb]\n',
     '2020-03-20T12:40:52.520Z browserRunner Total files to load in sandbox: 5\n',
     '2020-03-20T12:40:52.522Z browserRunner Sandbox is generated [worker #0, session #6cbnb]: http://localhost:57533/wallaby_sandbox0.html\n',
     '2020-03-20T12:40:52.522Z chromeRunner Prepared sandbox [worker #0, session #6cbnb]\n',
     '2020-03-20T12:40:52.522Z workers [worker #0, session #6cbnb] Running tests in sandbox\n',
     '2020-03-20T12:40:52.839Z workers [6cbnb] Loaded 11 test(s)\n',
     '2020-03-20T12:40:52.853Z workers [6cbnb] Test executed: collapse/expand the tree view\n',
     '2020-03-20T12:40:52.860Z fs File changed: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:52.866Z workers [6cbnb] Test executed: Unbinds correctly\n',
     '2020-03-20T12:40:52.883Z workers [6cbnb] Test executed: Binds correctly\n',
     '2020-03-20T12:40:52.883Z fs No changes detected for src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:40:52.883Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-03-20T12:40:52.899Z workers [6cbnb] Test executed: checks the grouping title for milestone\n',
     '2020-03-20T12:40:52.915Z workers [6cbnb] Test executed: checks the grouping title for department\n',
     '2020-03-20T12:40:52.933Z workers [6cbnb] Test executed: should calls the fetch of the view Model\n',
     '2020-03-20T12:40:52.957Z workers [6cbnb] Test executed: add\n',
     '2020-03-20T12:40:52.974Z workers [6cbnb] Test executed: edit\n',
     '2020-03-20T12:40:53.001Z workers [6cbnb] Test executed: Opens the assignment dialog from the grid - openDialogFromGrid()\n',
     '2020-03-20T12:40:53.026Z workers [6cbnb] Test executed: should switch the grouping and update the state\n',
     '2020-03-20T12:40:53.042Z workers [6cbnb] Test executed: should activate route and fetch viewModel\n',
     '2020-03-20T12:40:53.107Z workers [6cbnb] Run 11 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:40:53.108Z workers [6cbnb] Sandbox is responsive, closing it\n',
     '2020-03-20T12:40:53.108Z project Test run finished\n',
     '2020-03-20T12:40:53.108Z project Processed console.log entries\n',
     '2020-03-20T12:40:53.108Z project Processed loading sequences\n',
     '2020-03-20T12:40:53.109Z project Processed executed tests\n',
     '2020-03-20T12:40:53.111Z project Processed code coverage\n',
     '2020-03-20T12:40:53.118Z project Test run result processed and sent to IDE\n',
     '2020-03-20T12:41:05.326Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:41:05.332Z project Running postprocessor\n',
     '2020-03-20T12:41:05.332Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:41:05.657Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:41:05.663Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:41:05.895Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:41:05.902Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:41:05.903Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:41:05.904Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:41:05.905Z project Test run cancelled, re-queueing run data\n',
     '2020-03-20T12:41:05.905Z project Test run finished\n',
     '2020-03-20T12:41:05.905Z project Test run data re-queued\n',
     '2020-03-20T12:41:05.910Z project Running postprocessor\n',
     '2020-03-20T12:41:05.910Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:41:06.027Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:41:06.245Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:41:06.253Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:41:06.254Z project Postprocessor execution finished\n',
     '2020-03-20T12:41:06.254Z project Test run started; run priority: 2\n',
     '2020-03-20T12:41:06.257Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:41:06.268Z workers Starting test run, priority: 2\n',
     '2020-03-20T12:41:06.268Z chromeRunner Starting sandbox [worker #0, session #yell4]\n',
     '2020-03-20T12:41:06.268Z chromeRunner Preparing sandbox [worker #0, session #yell4]\n',
     '2020-03-20T12:41:06.269Z browserRunner Total files to load in sandbox: 5\n',
     '2020-03-20T12:41:06.270Z browserRunner Sandbox is generated [worker #0, session #yell4]: http://localhost:57533/wallaby_sandbox0.html\n',
     '2020-03-20T12:41:06.270Z chromeRunner Prepared sandbox [worker #0, session #yell4]\n',
     '2020-03-20T12:41:06.270Z workers [worker #0, session #yell4] Running tests in sandbox\n',
     '2020-03-20T12:41:06.406Z fs File changed: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:41:06.429Z fs No changes detected for src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:41:06.429Z extended-core File was not changed, but file markers may need to be synced\n',
     '2020-03-20T12:41:06.598Z workers Sandbox (active) [yell4] error: Uncaught ReferenceError: IGeniusGroupButtonModel is not defined\n',
     '2020-03-20T12:41:06.600Z workers [yell4] Loaded 0 test(s)\n',
     '2020-03-20T12:41:06.625Z workers [yell4] Run 0 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:41:06.626Z workers [yell4] Sandbox is responsive, closing it\n',
     '2020-03-20T12:41:06.627Z project Test run finished\n',
     '2020-03-20T12:41:06.627Z project Processed console.log entries\n',
     '2020-03-20T12:41:06.627Z project Processed loading sequences\n',
     '2020-03-20T12:41:06.627Z project Processed executed tests\n',
     '2020-03-20T12:41:06.630Z project Processed code coverage\n',
     '2020-03-20T12:41:06.633Z project Test run result processed and sent to IDE\n',
     '2020-03-20T12:42:02.843Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:02.849Z project Running postprocessor\n',
     '2020-03-20T12:42:02.849Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:42:03.261Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:03.287Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:42:03.569Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:42:03.583Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:42:03.586Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:03.587Z project Test run cancelled, re-queueing run data\n',
     '2020-03-20T12:42:03.587Z project Test run finished\n',
     '2020-03-20T12:42:03.587Z project Test run data re-queued\n',
     '2020-03-20T12:42:03.597Z project Running postprocessor\n',
     '2020-03-20T12:42:03.597Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:42:03.772Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:42:04.015Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:42:04.029Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:42:04.030Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:04.031Z project Test run cancelled, re-queueing run data\n',
     '2020-03-20T12:42:04.031Z project Test run finished\n',
     '2020-03-20T12:42:04.031Z project Test run data re-queued\n',
     '2020-03-20T12:42:04.036Z project Running postprocessor\n',
     '2020-03-20T12:42:04.036Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:42:04.162Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:42:04.392Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:42:04.400Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:42:04.402Z project Postprocessor execution finished\n',
     '2020-03-20T12:42:04.402Z project Test run started; run priority: 2\n',
     '2020-03-20T12:42:04.405Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:42:04.415Z workers Starting test run, priority: 2\n',
     '2020-03-20T12:42:04.415Z chromeRunner Starting sandbox [worker #0, session #7xqcw]\n',
     '2020-03-20T12:42:04.415Z chromeRunner Preparing sandbox [worker #0, session #7xqcw]\n',
     '2020-03-20T12:42:04.416Z browserRunner Total files to load in sandbox: 5\n',
     '2020-03-20T12:42:04.417Z browserRunner Sandbox is generated [worker #0, session #7xqcw]: http://localhost:57533/wallaby_sandbox0.html\n',
     '2020-03-20T12:42:04.417Z chromeRunner Prepared sandbox [worker #0, session #7xqcw]\n',
     '2020-03-20T12:42:04.417Z workers [worker #0, session #7xqcw] Running tests in sandbox\n',
     '2020-03-20T12:42:04.724Z workers Sandbox (active) [7xqcw] error: Uncaught ReferenceError: PanePropertiesModel is not defined\n',
     '2020-03-20T12:42:04.726Z workers [7xqcw] Loaded 0 test(s)\n',
     '2020-03-20T12:42:04.745Z workers [7xqcw] Run 0 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:42:04.746Z workers [7xqcw] Sandbox is responsive, closing it\n',
     '2020-03-20T12:42:04.746Z project Test run finished\n',
     '2020-03-20T12:42:04.746Z project Processed console.log entries\n',
     '2020-03-20T12:42:04.746Z project Processed loading sequences\n',
     '2020-03-20T12:42:04.746Z project Processed executed tests\n',
     '2020-03-20T12:42:04.753Z project Processed code coverage\n',
     '2020-03-20T12:42:04.756Z project Test run result processed and sent to IDE\n',
     '2020-03-20T12:42:06.834Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:06.840Z project Running postprocessor\n',
     '2020-03-20T12:42:06.841Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:42:07.161Z fs File changed in editor: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:07.167Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:42:07.390Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:42:07.397Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:42:07.400Z project Test run cancelled, re-queueing run data\n',
     '2020-03-20T12:42:07.400Z project Test run finished\n',
     '2020-03-20T12:42:07.400Z project Test run data re-queued\n',
     '2020-03-20T12:42:07.467Z project Running postprocessor\n',
     '2020-03-20T12:42:07.467Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:42:07.575Z postprocessor Webpack compilation started\n',
     '2020-03-20T12:42:07.790Z postprocessor Webpack compilation finished\n',
     '2020-03-20T12:42:07.798Z postprocessor Emitting 2 files\n',
     '2020-03-20T12:42:07.799Z project Postprocessor execution finished\n',
     '2020-03-20T12:42:07.799Z project Test run started; run priority: 2\n',
     '2020-03-20T12:42:07.801Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
     '2020-03-20T12:42:07.811Z workers Starting test run, priority: 2\n',
     '2020-03-20T12:42:07.811Z chromeRunner Starting sandbox [worker #0, session #n7jho]\n',
     '2020-03-20T12:42:07.811Z chromeRunner Preparing sandbox [worker #0, session #n7jho]\n',
     '2020-03-20T12:42:07.812Z browserRunner Total files to load in sandbox: 5\n',
     '2020-03-20T12:42:07.813Z browserRunner Sandbox is generated [worker #0, session #n7jho]: http://localhost:57533/wallaby_sandbox0.html\n',
     '2020-03-20T12:42:07.813Z chromeRunner Prepared sandbox [worker #0, session #n7jho]\n',
     '2020-03-20T12:42:07.813Z workers [worker #0, session #n7jho] Running tests in sandbox\n',
     '2020-03-20T12:42:08.172Z workers Sandbox (active) [n7jho] error: Uncaught ReferenceError: PanePropertiesModel is not defined\n',
     '2020-03-20T12:42:08.173Z workers [n7jho] Loaded 0 test(s)\n',
     '2020-03-20T12:42:08.193Z workers [n7jho] Run 0 test(s), skipped 0 test(s)\n',
     '2020-03-20T12:42:08.194Z workers [n7jho] Sandbox is responsive, closing it\n',
     '2020-03-20T12:42:08.194Z project Test run finished\n',
     '2020-03-20T12:42:08.194Z project Processed console.log entries\n',
     '2020-03-20T12:42:08.194Z project Processed loading sequences\n',
     '2020-03-20T12:42:08.194Z project Processed executed tests\n',
     '2020-03-20T12:42:08.197Z project Processed code coverage\n',
     '2020-03-20T12:42:08.200Z project Test run result processed and sent to IDE\n',
     '2020-03-20T12:42:13.489Z fs File changed: src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:13.513Z fs No changes detected for src/container/assignments/assignments-container.ts\n',
     '2020-03-20T12:42:13.513Z extended-core File was not changed, but file markers may need to be synced\n' ] }
smcenlly commented 4 years ago

This is working for us. The TypeScript version in your package.json is:

...
  typescript: '^3.7.2',
...

which is likely why it's not working for you. Please update your package to version 3.8.3 and it should work for you.