wallabyjs / public

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

window is undefined #2864

Closed LPCmedia closed 2 years ago

LPCmedia commented 2 years ago

Issue description or question

tests just dont run and we end up with : ​​[Error] Runtime error: ReferenceError: window is not defined​​ ​​[Error] at WebSocket.emit (events.js:376:20)​​ ​​[Error] at afterWrite (internal/streams/writable.js:466:5)​​

Wallaby diagnostics report

{
  editorVersion: '1.62.3',
  pluginVersion: '1.0.319',
  editorType: 'VSCode',
  osVersion: 'darwin 20.6.0',
  nodeVersion: 'v14.17.0',
  coreVersion: '1.0.1178',
  checksum: 'M2YyMmIzMzc3MjM4MWVjMjg4NGY5NGQ5YTk2OTQzYWUsMTY2ODAzODQwMDAwMCww',
  config: {
    diagnostics: {
      angular: {
        workspace: {
          '$schema': './node_modules/@angular/cli/lib/config/schema.json',
          version: 1,
          projects: {
            dataviz: {
              root: 'libs/dataviz',
              sourceRoot: 'libs/dataviz/src',
              projectType: 'library',
              prefix: 'avn',
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:ng-packagr',
                  options: { tsConfig: 'libs/dataviz/tsconfig.json', project: 'libs/dataviz/ng-package.json' },
                  configurations: { lpack: { tsConfig: 'libs/dataviz/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/ngx-components' ] } }
                },
                test: {
                  builder: '@angular-devkit/build-angular:karma',
                  options: {
                    sourceMap: false,
                    browsers: 'ChromeWithoutSecurity',
                    codeCoverage: true,
                    watch: false,
                    main: 'libs/dataviz/src/test.ts',
                    tsConfig: 'libs/dataviz/tsconfig.spec.json',
                    karmaConfig: 'libs/dataviz/karma.conf.js',
                    codeCoverageExclude: [ '/**/testing/**/*.ts' ]
                  }
                },
                lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/dataviz/**/*.ts', 'libs/dataviz/**/*.html' ] } }
              },
              tags: []
            },
            geo: {
              root: 'libs/geo',
              sourceRoot: 'libs/geo/src',
              projectType: 'library',
              schematics: {},
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:ng-packagr',
                  options: { tsConfig: 'libs/geo/tsconfig.dev.json', project: 'libs/geo/ng-package.json' },
                  configurations: { lpack: { tsConfig: 'libs/geo/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/theming/' ] } }
                },
                lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/geo/**/*.ts', 'libs/geo/**/*.html' ] } },
                test: {
                  builder: '@angular-devkit/build-angular:karma',
                  options: {
                    sourceMap: false,
                    browsers: 'ChromeWithoutSecurity',
                    codeCoverage: true,
                    watch: false,
                    main: 'libs/geo/src/test.ts',
                    tsConfig: 'libs/geo/tsconfig.spec.json',
                    karmaConfig: 'libs/geo/karma.conf.js',
                    codeCoverageExclude: [ '/**/testing/**/*.ts' ]
                  }
                }
              },
              tags: []
            },
            'json-schema-forms': {
              projectType: 'library',
              root: 'libs/json-schema-forms',
              sourceRoot: 'libs/json-schema-forms/src',
              prefix: 'activia',
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:ng-packagr',
                  options: { tsConfig: 'libs/json-schema-forms/tsconfig.dev.json', project: 'libs/json-schema-forms/ng-package.json' },
                  configurations: { lpack: { tsConfig: 'libs/json-schema-forms/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/theming/' ] } }
                },
                test: {
                  builder: '@angular-devkit/build-angular:karma',
                  options: { main: 'libs/json-schema-forms/src/test.ts', tsConfig: 'libs/json-schema-forms/tsconfig.spec.json', karmaConfig: 'libs/json-schema-forms/karma.conf.js' }
                },
                lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/json-schema-forms/src/**/*.ts', 'libs/json-schema-forms/src/**/*.html' ] } }
              },
              tags: []
            },
            'ngx-components': {
              root: 'libs/ngx-components',
              sourceRoot: 'libs/ngx-components/src',
              projectType: 'library',
              prefix: 'avn',
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:ng-packagr',
                  options: { tsConfig: 'libs/ngx-components/tsconfig.dev.json', project: 'libs/ngx-components/ng-package.json', watch: false },
                  configurations: { lpack: { tsConfig: 'libs/ngx-components/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/theming/src/scss' ] } }
                },
                test: {
                  builder: '@angular-devkit/build-angular:karma',
                  options: {
                    main: 'libs/ngx-components/src/test.ts',
                    sourceMap: false,
                    browsers: 'ChromeWithoutSecurity',
                    codeCoverage: true,
                    watch: false,
                    tsConfig: 'libs/ngx-components/tsconfig.spec.json',
                    karmaConfig: 'libs/ngx-components/karma.conf.js',
                    codeCoverageExclude: [ 'libs/ngx-components/src/testing/**/*', 'libs/ngx-components/src/**/*.mock.ts', 'libs/ngx-components/src/**/*.module.ts' ]
                  }
                },
                lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/ngx-components/**/*.ts', 'libs/ngx-components/**/*.html' ] } }
              },
              tags: []
            },
            playground: {
              projectType: 'application',
              schematics: { '@nrwl/angular:component': { style: 'scss' } },
              root: 'apps/playground',
              sourceRoot: 'apps/playground/src',
              prefix: 'pg',
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:browser',
                  options: {
                    outputPath: 'dist/apps/playground',
                    index: 'apps/playground/src/index.html',
                    main: 'apps/playground/src/main.ts',
                    polyfills: 'apps/playground/src/polyfills.ts',
                    tsConfig: 'apps/playground/tsconfig.app.json',
                    assets: [ 'apps/playground/src/favicon.ico', 'apps/playground/src/assets' ],
                    styles: [
                      'libs/theming/fa.css',
                      'libs/theming/material.css',
                      'libs/theming/fjalla-lato.css',
                      'libs/theming/montserrat.css',
                      'libs/theming/roboto.css',
                      'apps/playground/src/styles.scss'
                    ],
                    scripts: [ './node_modules/leader-line/leader-line.min.js' ],
                    stylePreprocessorOptions: { includePaths: [ 'libs/theming' ] },
                    aot: false,
                    vendorChunk: true,
                    extractLicenses: false,
                    buildOptimizer: false,
                    sourceMap: true,
                    optimization: false,
                    namedChunks: true
                  },
                  configurations: {
                    production: {
                      aot: true,
                      optimization: true,
                      outputHashing: 'all',
                      namedChunks: false,
                      extractLicenses: true,
                      vendorChunk: false,
                      buildOptimizer: true,
                      budgets: [ { type: 'initial', maximumWarning: '2mb', maximumError: '5mb' } ]
                    },
                    debug: {
                      aot: true,
                      optimization: true,
                      outputHashing: 'all',
                      namedChunks: false,
                      extractLicenses: true,
                      vendorChunk: false,
                      buildOptimizer: true,
                      budgets: [ { type: 'initial', maximumWarning: '2mb', maximumError: '5mb' } ]
                    }
                  }
                },
                serve: {
                  builder: '@angular-devkit/build-angular:dev-server',
                  options: { browserTarget: 'playground:build' },
                  configurations: { production: { browserTarget: 'playground:build:production' }, debug: { browserTarget: 'playground:build:debug' } }
                },
                lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'apps/playground/**/*.ts', 'apps/playground/**/*.html' ] } }
              },
              tags: [],
              implicitDependencies: [ 'ngx-components', 'geo', 'json-schema-forms', 'dataviz' ]
            },
            'testing-utils': {
              root: 'libs/testing-utils',
              sourceRoot: 'libs/testing-utils/src',
              projectType: 'library',
              architect: {
                build: { builder: '@angular-devkit/build-angular:ng-packagr', options: { tsConfig: 'libs/testing-utils/tsconfig.lib.json', project: 'libs/testing-utils/ng-package.json' } },
                lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/testing-utils/**/*.ts' ] } }
              },
              tags: []
            },
            theming: {
              root: 'libs/theming',
              sourceRoot: 'libs/theming/src',
              projectType: 'library',
              schematics: {},
              architect: {
                build: {
                  builder: '@nrwl/workspace:run-commands',
                  options: {
                    commands: [
                      { command: 'node libs/theming/build/themify.build.js', forwardAllArgs: false },
                      { command: 'yarn tsc --project libs/theming/tsconfig.themify.json', forwardAllArgs: false },
                      { command: 'yarn lerna run build --scope @activia/theming --stream', forwardAllArgs: false },
                      { command: 'yarn scss-bundle -p scss-bundle.config.json', forwardAllArgs: false }
                    ],
                    parallel: false
                  }
                }
              },
              tags: []
            },
            'tooling-i18n': { root: 'libs/tooling-i18n', projectType: 'library', tags: [] }
          },
          schematics: {
            '@schematics/angular:component': { style: 'scss', displayBlock: true, changeDetection: 'OnPush' },
            '@nrwl/angular:application': { linter: 'eslint', unitTestRunner: 'karma', e2eTestRunner: 'none' },
            '@nrwl/angular:library': { linter: 'eslint', unitTestRunner: 'karma' },
            '@nrwl/angular:component': {}
          }
        }
      },
      jest: {
        config: {
          configs: [
            {
              automock: false,
              cache: true,
              cacheDirectory: '/private/var/folders/h4/702bbqgd2dqfxdfrrh_vz3bh0000gn/T/jest_dx',
              clearMocks: false,
              coveragePathIgnorePatterns: [ '/node_modules/' ],
              cwd: '<homeDir>/dev/components',
              dependencyExtractor: undefined,
              detectLeaks: false,
              detectOpenHandles: false,
              displayName: undefined,
              errorOnDeprecated: false,
              extensionsToTreatAsEsm: [],
              extraGlobals: [],
              filter: undefined,
              forceCoverageMatch: [],
              globalSetup: undefined,
              globalTeardown: undefined,
              globals: {},
              haste: { computeSha1: false, enableSymlinks: false, forceNodeFilesystemAPI: false, throwOnModuleCollision: false },
              injectGlobals: true,
              moduleDirectories: [ 'node_modules' ],
              moduleFileExtensions: [ 'js', 'jsx', 'ts', 'tsx', 'json', 'node' ],
              moduleLoader: undefined,
              moduleNameMapper: [],
              modulePathIgnorePatterns: [],
              modulePaths: undefined,
              name: '355cc96e9df81e52707d8fb7bf49c86d',
              prettierPath: 'prettier',
              resetMocks: false,
              resetModules: false,
              resolver: undefined,
              restoreMocks: false,
              rootDir: '<homeDir>/dev/components',
              roots: [ '<homeDir>/dev/components' ],
              runner: '<homeDir>/dev/components/node_modules/jest-runner/build/index.js',
              setupFiles: [],
              setupFilesAfterEnv: [],
              skipFilter: false,
              skipNodeResolution: undefined,
              slowTestThreshold: 5,
              snapshotFormat: undefined,
              snapshotResolver: undefined,
              snapshotSerializers: [],
              testEnvironment: '<homeDir>/dev/components/node_modules/jest-environment-node/build/index.js',
              testEnvironmentOptions: {},
              testLocationInResults: false,
              testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
              testPathIgnorePatterns: [ '/node_modules/' ],
              testRegex: [],
              testRunner: '<homeDir>/dev/components/node_modules/jest-circus/runner.js',
              testURL: 'http://localhost',
              timers: 'real',
              transform: [ [ '\\.[jt]sx?$', '<homeDir>/dev/components/node_modules/jest-config/node_modules/babel-jest/build/index.js', {} ] ],
              transformIgnorePatterns: [ '/node_modules/', '\\.pnp\\.[^\\/]+$' ],
              unmockedModulePathPatterns: undefined,
              watchPathIgnorePatterns: []
            }
          ],
          globalConfig: {
            bail: 0,
            changedFilesWithAncestor: false,
            changedSince: undefined,
            collectCoverage: false,
            collectCoverageFrom: [],
            collectCoverageOnlyFrom: undefined,
            coverageDirectory: '<homeDir>/dev/components/coverage',
            coverageProvider: 'babel',
            coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
            coverageThreshold: undefined,
            detectLeaks: false,
            detectOpenHandles: false,
            errorOnDeprecated: false,
            expand: false,
            filter: undefined,
            findRelatedTests: false,
            forceExit: false,
            globalSetup: undefined,
            globalTeardown: undefined,
            json: false,
            lastCommit: false,
            listTests: false,
            logHeapUsage: false,
            maxConcurrency: 5,
            maxWorkers: 11,
            noSCM: undefined,
            noStackTrace: false,
            nonFlagArgs: undefined,
            notify: false,
            notifyMode: 'failure-change',
            onlyChanged: false,
            onlyFailures: false,
            outputFile: undefined,
            passWithNoTests: false,
            projects: [],
            replname: undefined,
            reporters: undefined,
            rootDir: '<homeDir>/dev/components',
            runTestsByPath: false,
            silent: undefined,
            skipFilter: false,
            snapshotFormat: undefined,
            testFailureExitCode: 1,
            testNamePattern: undefined,
            testPathPattern: '',
            testResultsProcessor: undefined,
            testSequencer: '<homeDir>/dev/components/node_modules/@jest/test-sequencer/build/index.js',
            testTimeout: undefined,
            updateSnapshot: 'new',
            useStderr: false,
            verbose: undefined,
            watch: false,
            watchAll: false,
            watchPlugins: undefined,
            watchman: true
          },
          hasDeprecationWarnings: false,
          wallaby: {
            roots: [],
            watchPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/' ],
            testPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/' ],
            testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
            testRegex: []
          }
        }
      }
    },
    testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
    env: { kind: 'chrome', type: 'node', params: {}, runner: '/usr/local/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
    filesWithCoverageCalculated: [],
    filesWithNoCoverageCalculated: [],
    globalSetup: false,
    micromatch: true,
    files: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true },
      { pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/', regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//, ignore: true, trigger: true, load: true },
      { pattern: '**/**', ignore: false, trigger: true, load: true, order: 1 },
      { pattern: '**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
      { pattern: '**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true }
    ],
    tests: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, test: true },
      {
        pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
        regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//,
        ignore: true,
        trigger: true,
        load: true,
        test: true
      },
      { pattern: '**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 2 },
      { pattern: '**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 3 }
    ],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    addModifiedTestFileToExclusiveTestRun: true,
    compilers: {},
    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,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: true,
    configCode: 'auto.detect#448388638'
  },
  packageJSON: {
    dependencies: {
      '@angular/animations': '13.0.2',
      '@angular/cdk': '13.0.2',
      '@angular/cdk-experimental': '13.0.2',
      '@angular/common': '13.0.2',
      '@angular/compiler': '13.0.2',
      '@angular/core': '13.0.2',
      '@angular/forms': '13.0.2',
      '@angular/google-maps': '13.0.2',
      '@angular/platform-browser': '13.0.2',
      '@angular/platform-browser-dynamic': '13.0.2',
      '@angular/router': '13.0.2',
      '@ngrx/component-store': '13.0.1',
      '@ngrx/store': '13.0.1',
      ajv: '8.8.2',
      'ajv-formats': '2.1.1',
      chevrotain: '9.0.1',
      color: '4.0.1',
      'core-js': '3.9.1',
      highcharts: '9.2.2',
      'leader-line': '1.0.5',
      lodash: '4.17.21',
      mime: '2.5.2',
      'mime-db': '1.46.0',
      'mime-types': '2.1.29',
      moment: '2.29.1',
      'moment-timezone': '0.5.32',
      'resize-observer-polyfill': '1.5.1',
      rxjs: '6.6.7',
      tslib: '2.3.1',
      uuid: '8.3.2',
      'zone.js': '~0.11.4'
    },
    devDependencies: {
      '@angular-devkit/build-angular': '13.0.3',
      '@angular-eslint/builder': '13.0.1',
      '@angular-eslint/eslint-plugin': '13.0.1',
      '@angular-eslint/eslint-plugin-template': '13.0.1',
      '@angular-eslint/schematics': '13.0.1',
      '@angular-eslint/template-parser': '13.0.1',
      '@angular/cli': '13.0.3',
      '@angular/compiler-cli': '13.0.2',
      '@angular/language-service': '13.0.2',
      '@commitlint/cli': '13.1.0',
      '@commitlint/config-conventional': '13.1.0',
      '@commitlint/prompt': '13.1.0',
      '@compodoc/compodoc': '1.1.15',
      '@nrwl/angular': '13.2.3',
      '@nrwl/cli': '13.2.3',
      '@nrwl/eslint-plugin-nx': '13.2.3',
      '@nrwl/linter': '13.2.3',
      '@nrwl/jest': '13.2.3',
      '@nrwl/tao': '13.2.3',
      '@nrwl/workspace': '13.2.3',
      '@types/color': '^3.0.2',
      '@types/jasmine': '3.6.2',
      '@types/jest': '27.0.2',
      '@types/node': '13.13.5',
      '@types/uuid': '8.3.0',
      '@typescript-eslint/eslint-plugin': '5.3.0',
      '@typescript-eslint/parser': '5.3.0',
      'angular-pipes': '10.0.0',
      'angular2-template-loader': '0.6.2',
      commitizen: '4.2.4',
      eslint: '7.32.0',
      'eslint-plugin-import': '2.24.2',
      'eslint-config-prettier': '8.2.0',
      'eslint-plugin-jsdoc': '36.1.0',
      'eslint-plugin-prefer-arrow': '1.2.3',
      'eslint-plugin-rxjs': '4.0.3',
      'file-loader': '6.2.0',
      husky: '7.0.2',
      'jasmine-core': '3.6.0',
      'jasmine-spec-reporter': '6.0.0',
      jest: '27.2.3',
      'jest-preset-angular': '11.0.0',
      karma: '6.3.2',
      'karma-chrome-launcher': '3.1.0',
      'karma-coverage': '2.0.3',
      'karma-jasmine': '4.0.1',
      'karma-mocha-reporter': '2.2.5',
      'karma-teamcity-reporter': '1.1.0',
      lerna: '4.0.0',
      'lint-staged': '11.1.2',
      'lpcmedia-angular-testing-library': '0.0.1',
      'moment-random': '1.0.5',
      'ng-mocks': '^12.5.0',
      'ng-packagr': '13.0.3',
      'ng2-mock-component': '0.2.0',
      postcss: '8.3.10',
      prettier: '2.4.0',
      puppeteer: '10.0.0',
      'raw-loader': '4.0.2',
      rimraf: '3.0.2',
      'sass-loader': '11.1.1',
      'scss-bundle': '3.1.2',
      'ts-jest': '27.0.5',
      'ts-node': '8.10.2',
      tsickle: '0.39.1',
      typescript: '4.4.4',
      'uglifyjs-webpack-plugin': '2.2.0',
      'url-loader': '4.1.0',
      'wallaby-webpack': '3.9.16',
      webpack: '5.38.1',
      'webpack-bundle-analyzer': '4.4.2',
      'webpack-cli': '4.7.0'
    }
  },
  fs: { numberOfFiles: 2779 },
  debug: [
    '2021-12-03T05:31:41.901Z angular/cli config Detected Angular CLI.\n',
    `2021-12-03T05:31:42.113Z angular/cli config Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './src/ngtsc/file_system' is not defined by "exports" in <homeDir>/dev/components/node_modules/@angular/compiler-cli/package.json\n` +
      '    at throwExportsNotFound (internal/modules/esm/resolve.js:290:9)\n' +
      '    at packageExportsResolve (internal/modules/esm/resolve.js:513:3)\n' +
      '    at resolveExports (internal/modules/cjs/loader.js:437:36)\n' +
      '    at Function.Module._findPath (internal/modules/cjs/loader.js:477:31)\n' +
      '    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:872:27)\n' +
      '    at Object.tryRequireModuleWithPathFrom (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:30:2169)\n' +
      '    at t.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:18707)\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:15948)\n' +
      '    at Object.next (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:15243)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:15152\n' +
      '    at new Promise (<anonymous>)\n' +
      '    at r (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:14946)\n' +
      '    at t.configure (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:17370)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:14757\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:18628)\n' +
      '    at Object.next (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:17923)\n' +
      '    at o (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:17682)\n',
    '2021-12-03T05:31:42.125Z angular/cli config Angular.json: \n' +
      ' {\n' +
      "  '$schema': './node_modules/@angular/cli/lib/config/schema.json',\n" +
      '  version: 1,\n' +
      '  projects: {\n' +
      '    dataviz: {\n' +
      "      root: 'libs/dataviz',\n" +
      "      sourceRoot: 'libs/dataviz/src',\n" +
      "      projectType: 'library',\n" +
      "      prefix: 'avn',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:ng-packagr',\n" +
      "          options: { tsConfig: 'libs/dataviz/tsconfig.json', project: 'libs/dataviz/ng-package.json' },\n" +
      "          configurations: { lpack: { tsConfig: 'libs/dataviz/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/ngx-components' ] } }\n" +
      '        },\n' +
      '        test: {\n' +
      "          builder: '@angular-devkit/build-angular:karma',\n" +
      '          options: {\n' +
      '            sourceMap: false,\n' +
      "            browsers: 'ChromeWithoutSecurity',\n" +
      '            codeCoverage: true,\n' +
      '            watch: false,\n' +
      "            main: 'libs/dataviz/src/test.ts',\n" +
      "            tsConfig: 'libs/dataviz/tsconfig.spec.json',\n" +
      "            karmaConfig: 'libs/dataviz/karma.conf.js',\n" +
      "            codeCoverageExclude: [ '/**/testing/**/*.ts' ]\n" +
      '          }\n' +
      '        },\n' +
      "        lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/dataviz/**/*.ts', 'libs/dataviz/**/*.html' ] } }\n" +
      '      },\n' +
      '      tags: []\n' +
      '    },\n' +
      '    geo: {\n' +
      "      root: 'libs/geo',\n" +
      "      sourceRoot: 'libs/geo/src',\n" +
      "      projectType: 'library',\n" +
      '      schematics: {},\n' +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:ng-packagr',\n" +
      "          options: { tsConfig: 'libs/geo/tsconfig.dev.json', project: 'libs/geo/ng-package.json' },\n" +
      "          configurations: { lpack: { tsConfig: 'libs/geo/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/theming/' ] } }\n" +
      '        },\n' +
      "        lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/geo/**/*.ts', 'libs/geo/**/*.html' ] } },\n" +
      '        test: {\n' +
      "          builder: '@angular-devkit/build-angular:karma',\n" +
      '          options: {\n' +
      '            sourceMap: false,\n' +
      "            browsers: 'ChromeWithoutSecurity',\n" +
      '            codeCoverage: true,\n' +
      '            watch: false,\n' +
      "            main: 'libs/geo/src/test.ts',\n" +
      "            tsConfig: 'libs/geo/tsconfig.spec.json',\n" +
      "            karmaConfig: 'libs/geo/karma.conf.js',\n" +
      "            codeCoverageExclude: [ '/**/testing/**/*.ts' ]\n" +
      '          }\n' +
      '        }\n' +
      '      },\n' +
      '      tags: []\n' +
      '    },\n' +
      "    'json-schema-forms': {\n" +
      "      projectType: 'library',\n" +
      "      root: 'libs/json-schema-forms',\n" +
      "      sourceRoot: 'libs/json-schema-forms/src',\n" +
      "      prefix: 'activia',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:ng-packagr',\n" +
      "          options: { tsConfig: 'libs/json-schema-forms/tsconfig.dev.json', project: 'libs/json-schema-forms/ng-package.json' },\n" +
      "          configurations: { lpack: { tsConfig: 'libs/json-schema-forms/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/theming/' ] } }\n" +
      '        },\n' +
      '        test: {\n' +
      "          builder: '@angular-devkit/build-angular:karma',\n" +
      "          options: { main: 'libs/json-schema-forms/src/test.ts', tsConfig: 'libs/json-schema-forms/tsconfig.spec.json', karmaConfig: 'libs/json-schema-forms/karma.conf.js' }\n" +
      '        },\n' +
      "        lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/json-schema-forms/src/**/*.ts', 'libs/json-schema-forms/src/**/*.html' ] } }\n" +
      '      },\n' +
      '      tags: []\n' +
      '    },\n' +
      "    'ngx-components': {\n" +
      "      root: 'libs/ngx-components',\n" +
      "      sourceRoot: 'libs/ngx-components/src',\n" +
      "      projectType: 'library',\n" +
      "      prefix: 'avn',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:ng-packagr',\n" +
      "          options: { tsConfig: 'libs/ngx-components/tsconfig.dev.json', project: 'libs/ngx-components/ng-package.json', watch: false },\n" +
      "          configurations: { lpack: { tsConfig: 'libs/ngx-components/tsconfig.lib.json' }, stylePreprocessorOptions: { includePaths: [ 'libs/theming/src/scss' ] } }\n" +
      '        },\n' +
      '        test: {\n' +
      "          builder: '@angular-devkit/build-angular:karma',\n" +
      '          options: {\n' +
      "            main: 'libs/ngx-components/src/test.ts',\n" +
      '            sourceMap: false,\n' +
      "            browsers: 'ChromeWithoutSecurity',\n" +
      '            codeCoverage: true,\n' +
      '            watch: false,\n' +
      "            tsConfig: 'libs/ngx-components/tsconfig.spec.json',\n" +
      "            karmaConfig: 'libs/ngx-components/karma.conf.js',\n" +
      "            codeCoverageExclude: [ 'libs/ngx-components/src/testing/**/*', 'libs/ngx-components/src/**/*.mock.ts', 'libs/ngx-components/src/**/*.module.ts' ]\n" +
      '          }\n' +
      '        },\n' +
      "        lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/ngx-components/**/*.ts', 'libs/ngx-components/**/*.html' ] } }\n" +
      '      },\n' +
      '      tags: []\n' +
      '    },\n' +
      '    playground: {\n' +
      "      projectType: 'application',\n" +
      "      schematics: { '@nrwl/angular:component': { style: 'scss' } },\n" +
      "      root: 'apps/playground',\n" +
      "      sourceRoot: 'apps/playground/src',\n" +
      "      prefix: 'pg',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:browser',\n" +
      '          options: {\n' +
      "            outputPath: 'dist/apps/playground',\n" +
      "            index: 'apps/playground/src/index.html',\n" +
      "            main: 'apps/playground/src/main.ts',\n" +
      "            polyfills: 'apps/playground/src/polyfills.ts',\n" +
      "            tsConfig: 'apps/playground/tsconfig.app.json',\n" +
      "            assets: [ 'apps/playground/src/favicon.ico', 'apps/playground/src/assets' ],\n" +
      "            styles: [ 'libs/theming/fa.css', 'libs/theming/material.css', 'libs/theming/fjalla-lato.css', 'libs/theming/montserrat.css', 'libs/theming/roboto.css', 'apps/playground/src/styles.scss' ],\n" +
      "            scripts: [ './node_modules/leader-line/leader-line.min.js' ],\n" +
      "            stylePreprocessorOptions: { includePaths: [ 'libs/theming' ] },\n" +
      '            aot: false,\n' +
      '            vendorChunk: true,\n' +
      '            extractLicenses: false,\n' +
      '            buildOptimizer: false,\n' +
      '            sourceMap: true,\n' +
      '            optimization: false,\n' +
      '            namedChunks: true\n' +
      '          },\n' +
      '          configurations: {\n' +
      '            production: {\n' +
      '              aot: true,\n' +
      '              optimization: true,\n' +
      "              outputHashing: 'all',\n" +
      '              namedChunks: false,\n' +
      '              extractLicenses: true,\n' +
      '              vendorChunk: false,\n' +
      '              buildOptimizer: true,\n' +
      "              budgets: [ { type: 'initial', maximumWarning: '2mb', maximumError: '5mb' } ]\n" +
      '            },\n' +
      '            debug: {\n' +
      '              aot: true,\n' +
      '              optimization: true,\n' +
      "              outputHashing: 'all',\n" +
      '              namedChunks: false,\n' +
      '              extractLicenses: true,\n' +
      '              vendorChunk: false,\n' +
      '              buildOptimizer: true,\n' +
      "              budgets: [ { type: 'initial', maximumWarning: '2mb', maximumError: '5mb' } ]\n" +
      '            }\n' +
      '          }\n' +
      '        },\n' +
      '        serve: {\n' +
      "          builder: '@angular-devkit/build-angular:dev-server',\n" +
      "          options: { browserTarget: 'playground:build' },\n" +
      "          configurations: { production: { browserTarget: 'playground:build:production' }, debug: { browserTarget: 'playground:build:debug' } }\n" +
      '        },\n' +
      "        lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'apps/playground/**/*.ts', 'apps/playground/**/*.html' ] } }\n" +
      '      },\n' +
      '      tags: [],\n' +
      "      implicitDependencies: [ 'ngx-components', 'geo', 'json-schema-forms', 'dataviz' ]\n" +
      '    },\n' +
      "    'testing-utils': {\n" +
      "      root: 'libs/testing-utils',\n" +
      "      sourceRoot: 'libs/testing-utils/src',\n" +
      "      projectType: 'library',\n" +
      '      architect: {\n' +
      "        build: { builder: '@angular-devkit/build-angular:ng-packagr', options: { tsConfig: 'libs/testing-utils/tsconfig.lib.json', project: 'libs/testing-utils/ng-package.json' } },\n" +
      "        lint: { builder: '@nrwl/linter:eslint', options: { lintFilePatterns: [ 'libs/testing-utils/**/*.ts' ] } }\n" +
      '      },\n' +
      '      tags: []\n' +
      '    },\n' +
      '    theming: {\n' +
      "      root: 'libs/theming',\n" +
      "      sourceRoot: 'libs/theming/src',\n" +
      "      projectType: 'library',\n" +
      '      schematics: {},\n' +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@nrwl/workspace:run-commands',\n" +
      '          options: {\n' +
      '            commands: [\n' +
      "              { command: 'node libs/theming/build/themify.build.js', forwardAllArgs: false },\n" +
      "              { command: 'yarn tsc --project libs/theming/tsconfig.themify.json', forwardAllArgs: false },\n" +
      "              { command: 'yarn lerna run build --scope @activia/theming --stream', forwardAllArgs: false },\n" +
      "              { command: 'yarn scss-bundle -p scss-bundle.config.json', forwardAllArgs: false }\n" +
      '            ],\n' +
      '            parallel: false\n' +
      '          }\n' +
      '        }\n' +
      '      },\n' +
      '      tags: []\n' +
      '    },\n' +
      "    'tooling-i18n': { root: 'libs/tooling-i18n', projectType: 'library', tags: [] }\n" +
      '  },\n' +
      '  schematics: {\n' +
      "    '@schematics/angular:component': { style: 'scss', displayBlock: true, changeDetection: 'OnPush' },\n" +
      "    '@nrwl/angular:application': { linter: 'eslint', unitTestRunner: 'karma', e2eTestRunner: 'none' },\n" +
      "    '@nrwl/angular:library': { linter: 'eslint', unitTestRunner: 'karma' },\n" +
      "    '@nrwl/angular:component': {}\n" +
      '  }\n' +
      '}\n',
    `2021-12-03T05:31:42.125Z angular/cli config Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './src/ngtsc/file_system' is not defined by "exports" in <homeDir>/dev/components/node_modules/@angular/compiler-cli/package.json\n` +
      '    at throwExportsNotFound (internal/modules/esm/resolve.js:290:9)\n' +
      '    at packageExportsResolve (internal/modules/esm/resolve.js:513:3)\n' +
      '    at resolveExports (internal/modules/cjs/loader.js:437:36)\n' +
      '    at Function.Module._findPath (internal/modules/cjs/loader.js:477:31)\n' +
      '    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:872:27)\n' +
      '    at Object.tryRequireModuleWithPathFrom (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:30:2169)\n' +
      '    at t.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:18707)\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:15948)\n' +
      '    at Object.next (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:15243)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:15152\n' +
      '    at new Promise (<anonymous>)\n' +
      '    at r (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:14946)\n' +
      '    at t.configure (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:17:17370)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:14757\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:18628)\n' +
      '    at Object.next (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:17923)\n' +
      '    at o (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:16:17682)\n',
    '2021-12-03T05:31:42.299Z jest/config Detected Jest.\n',
    '2021-12-03T05:31:42.299Z jest/config Configured Jest.\n',
    '2021-12-03T05:31:42.301Z project Wallaby Node version: v14.17.0\n',
    '2021-12-03T05:31:42.301Z project Wallaby config: <homeDir>/dev/components/auto.detect\n',
    '2021-12-03T05:31:43.682Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/projects/785e6753a99f679f\n',
    '2021-12-03T05:31:43.840Z uiService Listening port 51235\n',
    '2021-12-03T05:31:43.848Z project package.json file change detected, invalidating local cache\n',
    '2021-12-03T05:31:44.066Z workers Parallelism for initial run: 10, for regular run: 5\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #0\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #1\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #2\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #3\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #4\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #5\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #6\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #7\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #8\n',
    '2021-12-03T05:31:44.066Z workers Starting run worker instance #9\n',
    '2021-12-03T05:31:44.067Z workers Web server is listening at 58640\n',
    '2021-12-03T05:31:44.067Z project File cache requires some updates, waiting required files from IDE\n',
    '2021-12-03T05:31:44.709Z workers Started run worker instance (delayed) #3\n',
    '2021-12-03T05:31:44.709Z workers Started run worker instance (delayed) #1\n',
    '2021-12-03T05:31:44.709Z workers Started run worker instance (delayed) #2\n',
    '2021-12-03T05:31:44.709Z workers Started run worker instance (delayed) #0\n',
    '2021-12-03T05:31:44.718Z workers Started run worker instance (delayed) #5\n',
    '2021-12-03T05:31:44.718Z workers Started run worker instance (delayed) #4\n',
    '2021-12-03T05:31:44.718Z workers Started run worker instance (delayed) #6\n',
    '2021-12-03T05:31:44.718Z workers Started run worker instance (delayed) #7\n',
    '2021-12-03T05:31:44.719Z workers Started run worker instance (delayed) #8\n',
    '2021-12-03T05:31:44.719Z workers Started run worker instance (delayed) #9\n',
    '2021-12-03T05:31:44.842Z project Stopping process pool\n',
    '2021-12-03T05:31:44.844Z project Test run started; run priority: 3\n',
    '2021-12-03T05:31:44.852Z project Running all tests\n',
    '2021-12-03T05:31:44.894Z workers Starting test run, priority: 3\n',
    '2021-12-03T05:31:44.894Z workers Distributing tests between 10 workers\n',
    '2021-12-03T05:31:44.898Z workers Running tests in parallel\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #0, session #pb4bf]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #1, session #gfs2h]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #2, session #7s67x]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #3, session #w5awz]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #4, session #jzqrc]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #5, session #epcjd]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #6, session #7oyk0]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #7, session #gy5kw]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #8, session #32ejn]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Starting sandbox [worker #9, session #21tqz]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #0, session #pb4bf]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #1, session #gfs2h]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #2, session #7s67x]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #3, session #w5awz]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #4, session #jzqrc]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #5, session #epcjd]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #6, session #7oyk0]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #7, session #gy5kw]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #8, session #32ejn]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Preparing sandbox [worker #9, session #21tqz]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #0, session #pb4bf]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #1, session #gfs2h]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #2, session #7s67x]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #3, session #w5awz]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #4, session #jzqrc]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #5, session #epcjd]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #6, session #7oyk0]\n',
    '2021-12-03T05:31:44.899Z nodeRunner Prepared sandbox [worker #7, session #gy5kw]\n',
    '2021-12-03T05:31:44.900Z nodeRunner Prepared sandbox [worker #8, session #32ejn]\n',
    '2021-12-03T05:31:44.900Z nodeRunner Prepared sandbox [worker #9, session #21tqz]\n',
    '2021-12-03T05:31:44.900Z workers [worker #0, session #pb4bf] Running tests in sandbox\n',
    '2021-12-03T05:31:44.906Z workers [worker #1, session #gfs2h] Running tests in sandbox\n',
    '2021-12-03T05:31:44.921Z workers [worker #2, session #7s67x] Running tests in sandbox\n',
    '2021-12-03T05:31:44.928Z workers [worker #3, session #w5awz] Running tests in sandbox\n',
    '2021-12-03T05:31:44.932Z workers [worker #4, session #jzqrc] Running tests in sandbox\n',
    '2021-12-03T05:31:44.936Z workers [worker #5, session #epcjd] Running tests in sandbox\n',
    '2021-12-03T05:31:44.940Z workers [worker #6, session #7oyk0] Running tests in sandbox\n',
    '2021-12-03T05:31:44.944Z workers [worker #7, session #gy5kw] Running tests in sandbox\n',
    '2021-12-03T05:31:44.948Z workers [worker #8, session #32ejn] Running tests in sandbox\n',
    '2021-12-03T05:31:44.951Z workers [worker #9, session #21tqz] Running tests in sandbox\n',
    '2021-12-03T05:31:44.989Z workers Sandbox (active) [7oyk0] error: window is not defined\n',
    '2021-12-03T05:31:44.990Z workers Sandbox (active) [pb4bf] error: window is not defined\n',
    '2021-12-03T05:31:44.991Z workers Sandbox (active) [7s67x] error: window is not defined\n',
    '2021-12-03T05:31:44.991Z workers Sandbox (active) [jzqrc] error: window is not defined\n',
    '2021-12-03T05:31:44.991Z workers Sandbox (active) [gfs2h] error: window is not defined\n',
    '2021-12-03T05:31:44.993Z workers Sandbox (active) [epcjd] error: window is not defined\n',
    '2021-12-03T05:31:44.996Z workers Sandbox (active) [gy5kw] error: window is not defined\n',
    '2021-12-03T05:31:44.996Z workers Sandbox (active) [32ejn] error: window is not defined\n',
    '2021-12-03T05:31:44.996Z workers Sandbox (active) [w5awz] error: window is not defined\n',
    '2021-12-03T05:31:45.010Z workers Sandbox (active) [21tqz] error: window is not defined\n',
    '2021-12-03T05:31:45.092Z workers [7oyk0] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.092Z workers [pb4bf] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.093Z workers [7s67x] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.093Z workers [jzqrc] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.093Z workers [gfs2h] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.093Z workers [epcjd] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.096Z workers [gy5kw] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.096Z workers [32ejn] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.097Z workers [w5awz] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.099Z workers [7oyk0] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.100Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.101Z workers [gfs2h] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.101Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.101Z workers [pb4bf] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.101Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.101Z workers [jzqrc] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.102Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.102Z workers [7s67x] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.102Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.103Z workers [epcjd] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.104Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.105Z workers [gy5kw] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.106Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.106Z workers [32ejn] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.106Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.106Z workers [w5awz] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.106Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.110Z workers [21tqz] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-03T05:31:45.114Z workers [21tqz] Sandbox is responsive, closing it\n',
    '2021-12-03T05:31:45.115Z workers Failed to map the stack to user code, entry message: window is not defined, stack: ReferenceError: window is not defined\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1748)\n' +
      '    at eval (eval at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44), <anonymous>:1:1785)\n' +
      '    at module.exports (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/runners/node/bootstrap.js:14:44)\n' +
      '    at x.in:run (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:27694)\n' +
      '    at WebSocket.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/server.js:21:24837)\n' +
      '    at WebSocket.emit (events.js:376:20)\n' +
      '    at Receiver.ontext (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.319/wallabyf6147b/node_modules/ws/lib/WebSocket.js:841:10)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wall\n',
    '2021-12-03T05:31:45.115Z workers Merging parallel test run results\n',
    '2021-12-03T05:31:45.116Z project Test run finished\n',
    '2021-12-03T05:31:45.116Z project Processed console.log entries\n',
    '2021-12-03T05:31:45.116Z project Processed loading sequences\n',
    '2021-12-03T05:31:45.116Z project Processed executed tests\n',
    '2021-12-03T05:31:45.124Z project Processed code coverage\n',
    '2021-12-03T05:31:45.137Z project Test run result processed and sent to IDE\n',
    '2021-12-03T05:31:58.321Z fs No metadata for added file found: .angular/cache/babel-webpack/44a1f227e33447f17c48cb071ebf1c5c.json\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/fontawesome-webfont.eot\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/runtime.js\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-921676.js\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/styles.css\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-4b35b7.js\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/main.js\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-72185d.js\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_visual-api-explorer_visual-api-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_form-explorer_form-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.197Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_datatable-explorer_datatable-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_modals-explorer_modals-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/polyfills.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_indicators-explorer_indicators-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/fontawesome-webfont.ttf\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/fontawesome-webfont.svg\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_layout-explorer_layout-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_timeline-explorer_timeline-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_other-features-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/default-libs_geo_index_ts-node_modules_rxjs__esm2015_internal_observable_range_js.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/scripts.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/polyfills.js.map\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/vendor.js\n',
    '2021-12-03T05:31:59.198Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_dataviz-explorer_dataviz-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.199Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-921676.js.map\n',
    '2021-12-03T05:31:59.199Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-4b35b7.js.map\n',
    '2021-12-03T05:31:59.199Z fs No metadata for added file found: dist/apps/playground/default-apps_playground_src_app_test-data_mock-server-results_ts.js\n',
    '2021-12-03T05:31:59.199Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-72185d.js.map\n',
    '2021-12-03T05:31:59.199Z fs No metadata for added file found: dist/apps/playground/styles.css.map\n',
    '2021-12-03T05:31:59.199Z fs No metadata for added file found: dist/apps/playground/runtime.js.map\n',
    '2021-12-03T05:31:59.199Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_scheduler-explorer_scheduler-explorer_module_ts.js\n',
    '2021-12-03T05:31:59.200Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_visual-api-explorer_visual-api-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.200Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_datatable-explorer_datatable-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.200Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_form-explorer_form-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.200Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_indicators-explorer_indicators-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.200Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_timeline-explorer_timeline-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.200Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_layout-explorer_layout-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.200Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_scheduler-explorer_scheduler-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_other-features-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/default-apps_playground_src_app_test-data_mock-server-results_ts.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_modals-explorer_modals-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/apps_playground_src_app_modules_dataviz-explorer_dataviz-explorer_module_ts.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/default-libs_geo_index_ts-node_modules_rxjs__esm2015_internal_observable_range_js.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/vendor.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/scripts.js.map\n',
    '2021-12-03T05:31:59.201Z fs No metadata for added file found: dist/apps/playground/main.js.map\n',
    '2021-12-03T05:32:00.904Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/1.pack_\n',
    '2021-12-03T05:32:01.004Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/0.pack_\n',
    '2021-12-03T05:32:01.004Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/2.pack_\n',
    '2021-12-03T05:32:01.004Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack_\n',
    '2021-12-03T05:32:01.105Z fs File changed: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/1.pack_\n',
    '2021-12-03T05:32:01.105Z fs No metadata for changed file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/1.pack_\n',
    '2021-12-03T05:32:01.105Z fs File changed: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack_\n',
    '2021-12-03T05:32:01.105Z fs No metadata for changed file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack_\n',
    '2021-12-03T05:32:01.105Z fs File changed: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/2.pack_\n',
    '2021-12-03T05:32:01.106Z fs No metadata for changed file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/2.pack_\n',
    '2021-12-03T05:32:01.205Z fs File deleted: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/2.pack_\n',
    '2021-12-03T05:32:01.205Z fs No metadata for deleted file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/2.pack_\n',
    '2021-12-03T05:32:01.206Z fs File deleted: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/0.pack_\n',
    '2021-12-03T05:32:01.206Z fs No metadata for deleted file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/0.pack_\n',
    '2021-12-03T05:32:01.206Z fs File deleted: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/1.pack_\n',
    '2021-12-03T05:32:01.206Z fs No metadata for deleted file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/1.pack_\n',
    '2021-12-03T05:32:01.207Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack\n',
    '2021-12-03T05:32:01.207Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack.old\n',
    '2021-12-03T05:32:01.207Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/2.pack\n',
    '2021-12-03T05:32:01.207Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/0.pack\n',
    '2021-12-03T05:32:01.207Z fs File changed: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/0.pack\n',
    '2021-12-03T05:32:01.207Z fs No metadata for changed file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/0.pack\n',
    '2021-12-03T05:32:01.207Z fs No metadata for added file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/1.pack\n',
    '2021-12-03T05:32:01.305Z fs File deleted: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack_\n',
    '2021-12-03T05:32:01.305Z fs No metadata for deleted file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack_\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/favicon.ico\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.eot\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.svg\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.ttf\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.woff\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.woff2\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/assets/fonts/font-awesome/FontAwesome.otf\n',
    '2021-12-03T05:32:01.306Z fs No metadata for added file found: dist/apps/playground/assets/img/bob_ross.png\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/bright-squares.png\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/connected.jpg\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/hodor.png\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/dashboard.gif\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/0.jpg\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/1.jpg\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/2.jpg\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/3.jpg\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/4.jpg\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/5.jpg\n',
    '2021-12-03T05:32:01.307Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/6.jpg\n',
    '2021-12-03T05:32:01.308Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/7.jpg\n',
    '2021-12-03T05:32:01.308Z fs No metadata for added file found: dist/apps/playground/assets/img/media-card/8.jpg\n',
    '2021-12-03T05:32:01.308Z fs No metadata for added file found: dist/apps/playground/assets/json/jsd-default.json\n',
    '2021-12-03T05:32:01.308Z fs No metadata for added file found: dist/apps/playground/assets/json/jsd-stepper.json\n',
    '2021-12-03T05:32:01.308Z fs File changed: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack\n',
    '2021-12-03T05:32:01.308Z fs No metadata for changed file found: .angular/cache/angular-webpack/c22480463fac73109b0f9adfb1062b32afb94997/index.pack\n',
    '2021-12-03T05:32:01.308Z fs No metadata for added file found: dist/apps/playground/assets/sound/GOT_Theme.mp3\n',
    '2021-12-03T05:32:01.308Z fs No metadata for added file found: dist/apps/playground/index.html\n',
    '2021-12-03T05:32:01.405Z fs No metadata for added file found: node_modules/.cache/nx/terminalOutputs/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/vendor.js.map\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/vendor.js\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/styles.css.map\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/styles.css\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/scripts.js.map\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/runtime.js.map\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/scripts.js\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/runtime.js\n',
    '2021-12-03T05:32:01.506Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/terminalOutput\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/polyfills.js.map\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/main.js.map\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/main.js\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/index.html\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/fontawesome-webfont.ttf\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/fontawesome-webfont.eot\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/fontawesome-webfont.svg\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/favicon.ico\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/polyfills.js\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/default-libs_geo_index_ts-node_modules_rxjs__esm2015_internal_observable_range_js.js.map\n',
    '2021-12-03T05:32:01.608Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/default-libs_geo_index_ts-node_modules_rxjs__esm2015_internal_observable_range_js.js\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/default-apps_playground_src_app_test-data_mock-server-results_ts.js\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/default-apps_playground_src_app_test-data_mock-server-results_ts.js.map\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/sound/GOT_Theme.mp3\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/json/jsd-stepper.json\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/json/jsd-default.json\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/8.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/7.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/5.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/4.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/3.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/6.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/2.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/1.jpg\n',
    '2021-12-03T05:32:01.609Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/media-card/0.jpg\n',
    '2021-12-03T05:32:01.610Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/hodor.png\n',
    '2021-12-03T05:32:01.610Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/dashboard.gif\n',
    '2021-12-03T05:32:01.610Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/connected.jpg\n',
    '2021-12-03T05:32:01.610Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/bright-squares.png\n',
    '2021-12-03T05:32:01.612Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/img/bob_ross.png\n',
    '2021-12-03T05:32:01.612Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.woff2\n',
    '2021-12-03T05:32:01.612Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.woff\n',
    '2021-12-03T05:32:01.612Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.ttf\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.svg\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/fonts/font-awesome/fontawesome-webfont.eot\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/assets/fonts/font-awesome/FontAwesome.otf\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_visual-api-explorer_visual-api-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_timeline-explorer_timeline-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_visual-api-explorer_visual-api-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_timeline-explorer_timeline-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_scheduler-explorer_scheduler-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_scheduler-explorer_scheduler-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_other-features-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_other-features-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-921676.js.map\n',
    '2021-12-03T05:32:01.613Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-921676.js\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-72185d.js.map\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-72185d.js\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-4b35b7.js.map\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_other-features-explorer_lazy-component-loader-explorer_lazy-m-4b35b7.js\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_modals-explorer_modals-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_modals-explorer_modals-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_layout-explorer_layout-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_layout-explorer_layout-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_indicators-explorer_indicators-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.614Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_indicators-explorer_indicators-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_form-explorer_form-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_form-explorer_form-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_dataviz-explorer_dataviz-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_dataviz-explorer_dataviz-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_datatable-explorer_datatable-explorer_module_ts.js.map\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/outputs/dist/apps/playground/apps_playground_src_app_modules_datatable-explorer_datatable-explorer_module_ts.js\n',
    '2021-12-03T05:32:01.615Z fs File changed: node_modules/.cache/nx/terminalOutputs/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc\n',
    '2021-12-03T05:32:01.615Z fs No metadata for changed file found: node_modules/.cache/nx/terminalOutputs/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc.commit\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/b05f7df3e9ca9bc49d6aefd3a256003fbbff286e98f605aee4a5c7403b9a16bc/code\n',
    '2021-12-03T05:32:01.615Z fs No metadata for added file found: node_modules/.cache/nx/latestOutputsHashes/dist-apps-playground.hash\n'
  ]
}
smcenlly commented 2 years ago

Thanks for reporting the problem. The latest version of Angular (v13) has introduced some breaking changes to Wallaby's integration. We're investigating the issue and should have a fix available early next week (if not before).

NikGovorov commented 2 years ago

Thanks for reporting the issue. It is fixed and the fix is published in the latest core version.