wallabyjs / public

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

Cannot read property '_jasmineAdapter' of undefined #2222

Closed flessard closed 4 years ago

flessard commented 4 years ago

When i try to run wallabyjs i go this error. Cannot read property '_jasmineAdapter' of undefined

Wallaby.js configuration file

Configuration type : automatic

Code editor or IDE name and version

WebStorm 2019.2.3

Wallaby diagnostics report

{ editorVersion: 'WebStorm 2019.2.3',
  pluginVersion: '1.0.140',
  editorType: 'IntelliJ',
  osVersion: 'darwin 18.7.0',
  nodeVersion: 'v10.16.1',
  coreVersion: '1.0.755',
  config:
   { diagnostics: {},
     testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
     filesWithCoverageCalculated: [ 'src/**/*.{js,jsx,ts,tsx}', '!src/**/*.d.ts' ],
     micromatch: true,
     files:
      [ { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true },
        { pattern: 'dist/|build/|coverage/|/\\.idea/|/\\.vscode/|/\\.git/|/\\.gitlab/', regexp: /dist\/|build\/|coverage\/|\/\.idea\/|\/\.vscode\/|\/\.git\/|\/\.gitlab\//, ignore: true, trigger: true, load: true },
        { pattern: 'src/**', ignore: false, trigger: true, load: true, order: 1 },
        { pattern: 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', ignore: true, trigger: true, load: true },
        { pattern: 'src/**/*.{spec,test}.{js,jsx,ts,tsx}', 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/|/\\.idea/|/\\.vscode/|/\\.git/|/\\.gitlab/',
          regexp: /dist\/|build\/|coverage\/|\/\.idea\/|\/\.vscode\/|\/\.git\/|\/\.gitlab\//,
          ignore: true,
          trigger: true,
          load: true,
          test: true },
        { pattern: 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', ignore: false, trigger: true, load: true, test: true, order: 2 },
        { pattern: 'src/**/*.{spec,test}.{js,jsx,ts,tsx}', ignore: false, trigger: true, load: true, test: true, order: 3 } ],
     filesWithNoCoverageCalculated: [],
     runAllTestsInAffectedTestFile: false,
     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,
     extensions: {},
     env: { type: 'node', params: {}, runner: '/usr/local/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
     reportUnhandledPromises: true,
     slowTestThreshold: 75,
     lowCoverageThreshold: 80,
     loose: true,
     configCode: 'auto.detect#2071955708' },
  packageJSON:
   { dependencies:
      { '@date-io/date-fns': '^1.3.11',
        '@date-io/dayjs': '^1.3.11',
        '@dt/common': '1.0.0',
        '@material-ui/core': '^4.4.3',
        '@material-ui/pickers': '^3.2.6',
        'date-fns': '^2.2.1',
        dayjs: '^1.8.16',
        debounce: '^1.2.0',
        'format-message': '^6.2.3',
        lodash: '^4.17.15',
        numeral: '^2.0.6',
        'react-popper': '^1.3.4',
        'react-rnd': '^10.1.0',
        'resize-observer-polyfill': '^1.5.1',
        'styled-components': '^4.4.0',
        yup: '^0.27.0' },
     devDependencies:
      { '@babel/core': '^7.6.0',
        '@babel/plugin-proposal-class-properties': '^7.5.5',
        '@babel/plugin-proposal-object-rest-spread': '^7.5.5',
        '@babel/preset-typescript': '^7.6.0',
        '@storybook/addon-actions': '^5.2.1',
        '@storybook/addon-info': '^5.2.1',
        '@storybook/addon-links': '^5.2.1',
        '@storybook/addons': '^5.2.1',
        '@storybook/react': '^5.2.1',
        '@types/debounce': '^1.2.0',
        '@types/enzyme': '^3.10.3',
        '@types/enzyme-adapter-react-16': '^1.0.5',
        '@types/jest': '^24.0.18',
        '@types/jss': '^9.5.8',
        '@types/numeral': '^0.0.26',
        '@types/react-test-renderer': '^16.9.0',
        '@types/storybook__react': '^4.0.2',
        '@types/styled-components': '^4.1.19',
        'babel-loader': '^8.0.6',
        concurrently: '^4.1.2',
        enzyme: '^3.10.0',
        'enzyme-adapter-react-16': '^1.14.0',
        jest: '^24.9.0',
        jss: '^10.0.0',
        'react-svg-loader': '^3.0.3',
        'react-test-renderer': '^16.9.0',
        tcompare: '^2.3.0',
        'ts-jest': '^24.1.0',
        tslint: '^5.20.0',
        'tslint-eslint-rules': '^5.4.0',
        typescript: '^3.6.3',
        waait: '^1.0.5' } },
  fs: { numberOfFiles: 283 },
  debug:
   [ '2019-09-27T10:58:45.702Z project Wallaby Node version: v10.16.1\n',
     '2019-09-27T10:58:45.703Z project Wallaby config: <homeDir>/Sites/Stack/src/DashThis.FrontEnd/packages/ui/auto.detect\n',
     '2019-09-27T10:58:46.754Z project File cache: <homeDir>/Library/Caches/WebStorm2019.2/wallaby/projects/6b765d84411b3711\n',
     '2019-09-27T10:58:46.764Z uiService Listening port 51235\n',
     '2019-09-27T10:58:46.794Z workers Parallelism for initial run: 6, for regular run: 3\n',
     '2019-09-27T10:58:46.794Z workers Starting run worker instance #0\n',
     '2019-09-27T10:58:46.794Z workers Starting run worker instance #1\n',
     '2019-09-27T10:58:46.794Z workers Starting run worker instance #2\n',
     '2019-09-27T10:58:46.794Z workers Starting run worker instance #3\n',
     '2019-09-27T10:58:46.794Z workers Starting run worker instance #4\n',
     '2019-09-27T10:58:46.794Z workers Starting run worker instance #5\n',
     '2019-09-27T10:58:46.797Z workers Web server is listening at 65423\n',
     '2019-09-27T10:58:46.871Z project Stopping process pool\n',
     '2019-09-27T10:58:46.871Z project File cache is up-to-date, starting full test run\n',
     '2019-09-27T10:58:46.879Z project Test run started; run priority: 3\n',
     '2019-09-27T10:58:46.880Z project Running all tests\n',
     '2019-09-27T10:58:46.894Z workers Starting test run, priority: 3\n',
     '2019-09-27T10:58:46.894Z workers Distributing tests between 6 workers\n',
     '2019-09-27T10:58:46.897Z workers Running tests in parallel\n',
     '2019-09-27T10:58:46.898Z nodeRunner Starting sandbox [worker #0, session #vasbd]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Starting sandbox [worker #1, session #59j6v]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Starting sandbox [worker #2, session #hblgc]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Starting sandbox [worker #3, session #79uxq]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Starting sandbox [worker #4, session #myvk8]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Starting sandbox [worker #5, session #vh9qs]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Preparing sandbox [worker #0, session #vasbd]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Preparing sandbox [worker #1, session #59j6v]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Preparing sandbox [worker #2, session #hblgc]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Preparing sandbox [worker #3, session #79uxq]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Preparing sandbox [worker #4, session #myvk8]\n',
     '2019-09-27T10:58:46.898Z nodeRunner Preparing sandbox [worker #5, session #vh9qs]\n',
     '2019-09-27T10:58:47.988Z workers Started run worker instance (delayed) #1\n',
     '2019-09-27T10:58:47.989Z nodeRunner Prepared sandbox [worker #1, session #59j6v]\n',
     '2019-09-27T10:58:47.989Z workers [worker #1, session #59j6v] Running tests in sandbox\n',
     '2019-09-27T10:58:47.991Z workers Started run worker instance (delayed) #0\n',
     '2019-09-27T10:58:47.991Z nodeRunner Prepared sandbox [worker #0, session #vasbd]\n',
     '2019-09-27T10:58:47.991Z workers [worker #0, session #vasbd] Running tests in sandbox\n',
     '2019-09-27T10:58:47.992Z workers Started run worker instance (delayed) #2\n',
     '2019-09-27T10:58:47.992Z nodeRunner Prepared sandbox [worker #2, session #hblgc]\n',
     '2019-09-27T10:58:47.992Z workers [worker #2, session #hblgc] Running tests in sandbox\n',
     '2019-09-27T10:58:47.995Z workers Started run worker instance (delayed) #3\n',
     '2019-09-27T10:58:47.996Z nodeRunner Prepared sandbox [worker #3, session #79uxq]\n',
     '2019-09-27T10:58:47.996Z workers [worker #3, session #79uxq] Running tests in sandbox\n',
     '2019-09-27T10:58:48.006Z workers Started run worker instance (delayed) #4\n',
     '2019-09-27T10:58:48.006Z nodeRunner Prepared sandbox [worker #4, session #myvk8]\n',
     '2019-09-27T10:58:48.006Z workers [worker #4, session #myvk8] Running tests in sandbox\n',
     '2019-09-27T10:58:48.021Z workers Started run worker instance (delayed) #5\n',
     '2019-09-27T10:58:48.021Z nodeRunner Prepared sandbox [worker #5, session #vh9qs]\n',
     '2019-09-27T10:58:48.021Z workers [worker #5, session #vh9qs] Running tests in sandbox\n',
     '2019-09-27T10:58:50.815Z workers Sandbox (active) [79uxq] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.817Z workers Sandbox (active) [vasbd] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.818Z workers Sandbox (active) [myvk8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.824Z workers Sandbox (active) [59j6v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.832Z workers Sandbox (active) [hblgc] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.845Z workers Sandbox (active) [vh9qs] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.878Z workers Sandbox (active) [79uxq] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.884Z workers Sandbox (active) [vasbd] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.887Z workers Sandbox (active) [myvk8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.891Z workers Sandbox (active) [59j6v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.908Z workers Sandbox (active) [hblgc] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.919Z workers Sandbox (active) [vh9qs] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.954Z workers Sandbox (active) [79uxq] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.968Z workers Sandbox (active) [vasbd] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.975Z workers Sandbox (active) [myvk8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.979Z workers Sandbox (active) [59j6v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:50.984Z workers Sandbox (active) [hblgc] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.000Z workers Sandbox (active) [vh9qs] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.028Z workers Sandbox (active) [79uxq] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.039Z workers Sandbox (active) [vasbd] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.052Z workers Sandbox (active) [myvk8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.070Z workers Sandbox (active) [59j6v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.078Z workers Sandbox (active) [hblgc] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.101Z workers Sandbox (active) [vh9qs] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.117Z workers Sandbox (active) [79uxq] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.133Z workers Sandbox (active) [vasbd] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.141Z workers Sandbox (active) [myvk8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.153Z workers Sandbox (active) [hblgc] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.153Z workers Sandbox (active) [59j6v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.177Z workers Sandbox (active) [vh9qs] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.192Z workers Sandbox (active) [79uxq] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.208Z workers Sandbox (active) [vasbd] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.225Z workers Sandbox (active) [myvk8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.250Z workers Sandbox (active) [59j6v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.251Z workers Sandbox (active) [hblgc] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.271Z workers Sandbox (active) [vh9qs] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.284Z workers Sandbox (active) [79uxq] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.293Z workers [79uxq] Run 0 test(s), skipped 0 test(s)\n',
     '2019-09-27T10:58:51.297Z workers [79uxq] Sandbox is responsive, closing it\n',
     '2019-09-27T10:58:51.298Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.298Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.299Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.299Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.299Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.299Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.299Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.303Z workers Sandbox (active) [vasbd] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.309Z workers [vasbd] Run 0 test(s), skipped 0 test(s)\n',
     '2019-09-27T10:58:51.311Z workers Sandbox (active) [myvk8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.315Z workers [vasbd] Sandbox is responsive, closing it\n',
     '2019-09-27T10:58:51.315Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.315Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.315Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.315Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.316Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.316Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.316Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.318Z workers [myvk8] Run 0 test(s), skipped 0 test(s)\n',
     '2019-09-27T10:58:51.320Z workers Sandbox (active) [hblgc] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.323Z workers [myvk8] Sandbox is responsive, closing it\n',
     '2019-09-27T10:58:51.323Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.323Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.323Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.323Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.323Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.323Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.323Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.324Z workers Sandbox (active) [59j6v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.326Z workers [hblgc] Run 0 test(s), skipped 0 test(s)\n',
     '2019-09-27T10:58:51.331Z workers [59j6v] Run 0 test(s), skipped 0 test(s)\n',
     '2019-09-27T10:58:51.332Z workers [hblgc] Sandbox is responsive, closing it\n',
     '2019-09-27T10:58:51.332Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.332Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.332Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.332Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.332Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.333Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.333Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.335Z workers [59j6v] Sandbox is responsive, closing it\n',
     '2019-09-27T10:58:51.335Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.335Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.335Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.336Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.336Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.336Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.336Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.341Z workers Sandbox (active) [vh9qs] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-09-27T10:58:51.346Z workers [vh9qs] Run 0 test(s), skipped 0 test(s)\n',
     '2019-09-27T10:58:51.352Z workers [vh9qs] Sandbox is responsive, closing it\n',
     '2019-09-27T10:58:51.352Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.352Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.352Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.352Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.352Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.353Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.353Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/Sites/Stack/src/DashThis.FrontEnd/node_modules/jest-jasmine2/build/index.js:27:24)\n    at _nex\n',
     '2019-09-27T10:58:51.353Z workers Merging parallel test run results\n',
     '2019-09-27T10:58:51.354Z project Test run finished\n',
     '2019-09-27T10:58:51.354Z project Processed console.log entries\n',
     '2019-09-27T10:58:51.354Z project Processed loading sequences\n',
     '2019-09-27T10:58:51.354Z project Processed executed tests\n',
     '2019-09-27T10:58:51.355Z project Processed code coverage\n',
     '2019-09-27T10:58:51.357Z project Test run result processed and sent to IDE\n' ] }
ArtemGovorov commented 4 years ago

Thanks for providing the report. Could you please also provide:

wilgert commented 4 years ago

I have the exact same issue, hereby the files you asked.

Wallaby.js configuration file

Configuration type : automatic

Code editor or IDE name and version

Tried it on: Mac: WebStorm 2019.2.3, VSCode 1.38.1 Windows: VSCode 1.38.1

Wallaby diagnostics report

{ editorVersion: 'WebStorm 2019.2.3',
  pluginVersion: '1.0.142',
  editorType: 'IntelliJ',
  osVersion: 'darwin 18.7.0',
  nodeVersion: 'v10.15.3',
  coreVersion: '1.0.758',
  config:
   { diagnostics: {},
     testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
     filesWithCoverageCalculated: [],
     micromatch: true,
     files:
      [ { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true },
        { pattern: 'dist/|build/|coverage/|/\\.idea/|/\\.vscode/|/\\.git/|/\\.gitlab/', regexp: /dist\/|build\/|coverage\/|\/\.idea\/|\/\.vscode\/|\/\.git\/|\/\.gitlab\//, ignore: true, trigger: true, load: true },
        { pattern: 'src/**', ignore: false, trigger: true, load: true, order: 1 },
        { pattern: 'projects/<redacted>/src/**', ignore: false, trigger: true, load: true, order: 2 },
        { pattern: 'src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'projects/<redacted>/src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
        { pattern: 'projects/<redacted>/src/**/?(*.)+(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/|/\\.idea/|/\\.vscode/|/\\.git/|/\\.gitlab/',
          regexp: /dist\/|build\/|coverage\/|\/\.idea\/|\/\.vscode\/|\/\.git\/|\/\.gitlab\//,
          ignore: true,
          trigger: true,
          load: true,
          test: true },
        { pattern: 'src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 3 },
        { pattern: 'src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 4 },
        { pattern: 'projects/<redacted>/src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 5 },
        { pattern: 'projects/<redacted>/src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 6 } ],
     filesWithNoCoverageCalculated: [],
     runAllTestsInAffectedTestFile: false,
     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,
     extensions: {},
     env: { type: 'node', params: {}, runner: '<homeDir>/.nvm/versions/node/v10.15.3/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
     reportUnhandledPromises: true,
     slowTestThreshold: 75,
     lowCoverageThreshold: 80,
     loose: true,
     configCode: 'auto.detect#-264471353' },
  packageJSON:
   { dependencies:
      { '@angular/animations': '~8.2.0',
        '@angular/cdk': '~8.1.2',
        '@angular/common': '~8.2.0',
        '@angular/compiler': '~8.2.0',
        '@angular/core': '~8.2.0',
        '@angular/elements': '~8.2.0',
        '@angular/forms': '~8.2.0',
        '@angular/material': '~8.1.2',
        '@angular/material-moment-adapter': '~8.1.2',
        '@angular/platform-browser': '~8.2.0',
        '@angular/platform-browser-dynamic': '~8.2.0',
        '@angular/router': '~8.2.0',
        '@angular/service-worker': '^8.2.0',
        '@types/lunr': '^2.3.2',
        '@webcomponents/custom-elements': '^1.2.4',
        autoprefixer: '^9.6.1',
        'core-js': '^3.1.3',
        'document-register-element': '^1.7.2',
        'elements-zone-strategy': '^8.0.0',
        hammerjs: '^2.0.8',
        'highlight.js': '^9.15.8',
        'http-server': '^0.11.1',
        lunr: '^2.3.6',
        marked: '^0.7.0',
        moment: '^2.24.0',
        'ngx-highlightjs': '^3.0.3',
        'ngx-markdown': '^8.0.2',
        'postcss-cli': '^6.1.3',
        'pretty-quick': '^1.11.1',
        prismjs: '^1.17.1',
        rxjs: '~6.4.0',
        tslib: '^1.9.0',
        'zone.js': '~0.9.1' },
     devDependencies:
      { '@angular-devkit/build-angular': '^0.801.1',
        '@angular-devkit/build-ng-packagr': '~0.800.0',
        '@angular/cli': '~8.0.1',
        '@angular/compiler-cli': '^8.1.1',
        '@angular/language-service': '~8.0.0',
        '@commitlint/cli': '^8.2.0',
        '@commitlint/config-conventional': '^8.2.0',
        '@types/jasmine': '~3.3.8',
        '@types/jasminewd2': '~2.0.3',
        '@types/jest': '^24.0.15',
        '@types/node': '^12.6.2',
        codelyzer: '^5.0.0',
        'conventional-changelog-cli': '^2.0.23',
        cypress: '^3.4.1',
        'cypress-plugin-retries': '^1.2.2',
        husky: '^3.0.0',
        'icon-font-generator': '^2.1.10',
        'jasmine-core': '~3.4.0',
        'jasmine-spec-reporter': '~4.2.1',
        jest: '^24.9.0',
        'jest-preset-angular': '^7.1.1',
        'ng-mocks': '^8.1.0',
        'ng-packagr': '^5.1.0',
        'npm-run-all': '^4.1.5',
        prettier: '^1.18.2',
        'replace-in-file': '^4.1.1',
        semver: '^6.3.0',
        shx: '^0.3.2',
        'ts-node': '~7.0.0',
        tsickle: '^0.35.0',
        tslint: '~5.15.0',
        typescript: '~3.4.3',
        'wait-on': '^3.3.0',
        'webpack-dev-server': '^3.7.2' } },
  fs: { numberOfFiles: 992 },
  debug:
   [ '2019-10-01T14:37:38.763Z project Wallaby Node version: v10.15.3\n',
     '2019-10-01T14:37:38.764Z project Wallaby config: <homeDir>/WebstormProjects/<redacted>/<redacted>/auto.detect\n',
     '2019-10-01T14:37:39.953Z project File cache: <homeDir>/Library/Caches/WebStorm2019.2/wallaby/projects/ee33a9ce379faad1\n',
     '2019-10-01T14:37:39.959Z uiService Listening port 51235\n',
     '2019-10-01T14:37:39.961Z project package.json file change detected, invalidating local cache\n',
     '2019-10-01T14:37:40.029Z workers Parallelism for initial run: 6, for regular run: 3\n',
     '2019-10-01T14:37:40.029Z workers Starting run worker instance #0\n',
     '2019-10-01T14:37:40.030Z workers Starting run worker instance #1\n',
     '2019-10-01T14:37:40.030Z workers Starting run worker instance #2\n',
     '2019-10-01T14:37:40.030Z workers Starting run worker instance #3\n',
     '2019-10-01T14:37:40.030Z workers Starting run worker instance #4\n',
     '2019-10-01T14:37:40.030Z workers Starting run worker instance #5\n',
     '2019-10-01T14:37:40.030Z workers Web server is listening at 51929\n',
     '2019-10-01T14:37:40.031Z project File cache requires some updates, waiting required files from IDE\n',
     '2019-10-01T14:37:40.148Z project Stopping process pool\n',
     '2019-10-01T14:37:40.150Z project Test run started; run priority: 3\n',
     '2019-10-01T14:37:40.151Z project Running all tests\n',
     '2019-10-01T14:37:40.189Z workers Starting test run, priority: 3\n',
     '2019-10-01T14:37:40.190Z workers Distributing tests between 6 workers\n',
     '2019-10-01T14:37:40.193Z workers Running tests in parallel\n',
     '2019-10-01T14:37:40.193Z nodeRunner Starting sandbox [worker #0, session #pmr7v]\n',
     '2019-10-01T14:37:40.193Z nodeRunner Starting sandbox [worker #1, session #3is4m]\n',
     '2019-10-01T14:37:40.193Z nodeRunner Starting sandbox [worker #2, session #ifdut]\n',
     '2019-10-01T14:37:40.193Z nodeRunner Starting sandbox [worker #3, session #ex474]\n',
     '2019-10-01T14:37:40.193Z nodeRunner Starting sandbox [worker #4, session #pcvp8]\n',
     '2019-10-01T14:37:40.193Z nodeRunner Starting sandbox [worker #5, session #2t3ny]\n',
     '2019-10-01T14:37:40.194Z nodeRunner Preparing sandbox [worker #0, session #pmr7v]\n',
     '2019-10-01T14:37:40.194Z nodeRunner Preparing sandbox [worker #1, session #3is4m]\n',
     '2019-10-01T14:37:40.194Z nodeRunner Preparing sandbox [worker #2, session #ifdut]\n',
     '2019-10-01T14:37:40.194Z nodeRunner Preparing sandbox [worker #3, session #ex474]\n',
     '2019-10-01T14:37:40.194Z nodeRunner Preparing sandbox [worker #4, session #pcvp8]\n',
     '2019-10-01T14:37:40.194Z nodeRunner Preparing sandbox [worker #5, session #2t3ny]\n',
     '2019-10-01T14:37:40.562Z workers Started run worker instance (delayed) #1\n',
     '2019-10-01T14:37:40.563Z nodeRunner Prepared sandbox [worker #1, session #3is4m]\n',
     '2019-10-01T14:37:40.564Z workers [worker #1, session #3is4m] Running tests in sandbox\n',
     '2019-10-01T14:37:40.568Z workers Started run worker instance (delayed) #0\n',
     '2019-10-01T14:37:40.568Z nodeRunner Prepared sandbox [worker #0, session #pmr7v]\n',
     '2019-10-01T14:37:40.568Z workers [worker #0, session #pmr7v] Running tests in sandbox\n',
     '2019-10-01T14:37:40.570Z workers Started run worker instance (delayed) #3\n',
     '2019-10-01T14:37:40.570Z nodeRunner Prepared sandbox [worker #3, session #ex474]\n',
     '2019-10-01T14:37:40.570Z workers [worker #3, session #ex474] Running tests in sandbox\n',
     '2019-10-01T14:37:40.572Z workers Started run worker instance (delayed) #5\n',
     '2019-10-01T14:37:40.572Z nodeRunner Prepared sandbox [worker #5, session #2t3ny]\n',
     '2019-10-01T14:37:40.572Z workers [worker #5, session #2t3ny] Running tests in sandbox\n',
     '2019-10-01T14:37:40.599Z workers Started run worker instance (delayed) #2\n',
     '2019-10-01T14:37:40.599Z nodeRunner Prepared sandbox [worker #2, session #ifdut]\n',
     '2019-10-01T14:37:40.599Z workers [worker #2, session #ifdut] Running tests in sandbox\n',
     '2019-10-01T14:37:40.607Z workers Started run worker instance (delayed) #4\n',
     '2019-10-01T14:37:40.608Z nodeRunner Prepared sandbox [worker #4, session #pcvp8]\n',
     '2019-10-01T14:37:40.608Z workers [worker #4, session #pcvp8] Running tests in sandbox\n',
     '2019-10-01T14:37:42.969Z workers Sandbox (active) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:42.971Z workers Sandbox (active) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:42.975Z workers Sandbox (active) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:42.980Z workers Sandbox (active) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:42.981Z workers Sandbox (active) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.053Z workers Sandbox (active) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.061Z workers Sandbox (active) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.063Z workers Sandbox (active) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.065Z workers Sandbox (active) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.068Z workers Sandbox (active) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.133Z workers Sandbox (active) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.144Z workers Sandbox (active) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.145Z workers Sandbox (active) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.151Z workers Sandbox (active) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.163Z workers Sandbox (active) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.168Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.211Z workers Sandbox (active) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.218Z workers Sandbox (active) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.224Z workers Sandbox (active) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.252Z workers [ifdut] Run 0 test(s), skipped 0 test(s)\n',
     '2019-10-01T14:37:43.254Z workers Sandbox (inactive) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.255Z workers Sandbox (active) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.265Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.313Z workers [3is4m] Run 0 test(s), skipped 0 test(s)\n',
     '2019-10-01T14:37:43.315Z workers Sandbox (inactive) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.320Z workers [2t3ny] Run 0 test(s), skipped 0 test(s)\n',
     '2019-10-01T14:37:43.322Z workers Sandbox (inactive) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.325Z workers [pcvp8] Run 0 test(s), skipped 0 test(s)\n',
     '2019-10-01T14:37:43.330Z workers Sandbox (inactive) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.351Z workers Sandbox (inactive) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.356Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.356Z workers [ex474] Run 0 test(s), skipped 0 test(s)\n',
     '2019-10-01T14:37:43.357Z workers Sandbox (inactive) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.392Z workers Sandbox (inactive) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.398Z workers Sandbox (inactive) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.407Z workers Sandbox (inactive) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.431Z workers Sandbox (inactive) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.434Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.451Z workers Sandbox (inactive) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.503Z workers Sandbox (inactive) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.504Z workers Sandbox (inactive) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.512Z workers Sandbox (inactive) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.526Z workers Sandbox (inactive) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.529Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.531Z workers Sandbox (inactive) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.570Z workers Sandbox (inactive) [3is4m] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.579Z workers Sandbox (inactive) [pcvp8] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.584Z workers Sandbox (inactive) [2t3ny] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.585Z workers [3is4m] Sandbox is responsive, closing it\n',
     '2019-10-01T14:37:43.587Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.587Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.587Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.588Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.598Z workers Sandbox (inactive) [ifdut] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.599Z workers [pcvp8] Sandbox is responsive, closing it\n',
     '2019-10-01T14:37:43.600Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.600Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.600Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.601Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.604Z workers [2t3ny] Sandbox is responsive, closing it\n',
     '2019-10-01T14:37:43.604Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.605Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.605Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.605Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.609Z workers Sandbox (inactive) [ex474] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.612Z workers [ifdut] Sandbox is responsive, closing it\n',
     '2019-10-01T14:37:43.612Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.612Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.612Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.617Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.620Z workers [ex474] Sandbox is responsive, closing it\n',
     '2019-10-01T14:37:43.621Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.621Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.621Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.621Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.664Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.716Z workers Sandbox (active) [pmr7v] error: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n',
     '2019-10-01T14:37:43.721Z workers [pmr7v] Run 0 test(s), skipped 0 test(s)\n',
     '2019-10-01T14:37:43.726Z workers [pmr7v] Sandbox is responsive, closing it\n',
     '2019-10-01T14:37:43.727Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.727Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.728Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.728Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.728Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.728Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.729Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.729Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property \'_jasmineAdapter\' of undefined, stack: TypeError: Cannot read property \'_jasmineAdapter\' of undefined\n    at Object.<anonymous> (<homeDir>/Library/Caches/WebStorm2019.2/wallaby/wallaby/runners/node/jest@24.8.0/jasmineInitializer.js:14:2578)\n    at Runtime._execModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:867:68)\n    at Runtime._loadModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:577:12)\n    at Runtime.requireModule (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-runtime/build/index.js:433:10)\n    at config.setupFilesAfterEnv.forEach.path (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:55)\n    at Array.forEach (<anonymous>)\n    at <homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.js:187:31\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (<homeDir>/WebstormProjects/<redacted>/<redacted>/node_modules/jest-jasmine2/build/index.\n',
     '2019-10-01T14:37:43.729Z workers Merging parallel test run results\n',
     '2019-10-01T14:37:43.729Z project Test run finished\n',
     '2019-10-01T14:37:43.730Z project Processed console.log entries\n',
     '2019-10-01T14:37:43.730Z project Processed loading sequences\n',
     '2019-10-01T14:37:43.730Z project Processed executed tests\n',
     '2019-10-01T14:37:43.732Z project Processed code coverage\n',
     '2019-10-01T14:37:43.736Z project Test run result processed and sent to IDE\n' ] }

Yarn.lock

See: https://gist.github.com/wilgert/be18f99dc7368b283bbe8ee788243d47

Jest config

module.exports = {
  preset: 'jest-preset-angular',
  roots: ['src', 'projects/<redacted>/src'],
  setupFilesAfterEnv: ['<rootDir>/src/setup-jest.ts'],
  moduleNameMapper: {
    '@app/(.*)': '<rootDir>/src/app/$1',
    '@assets/(.*)': '<rootDir>/src/assets/$1',
    '@core/(.*)': '<rootDir>/src/app/core/$1',
    '@env': '<rootDir>/src/environments/environment',
    '@src/(.*)': '<rootDir>/src/$1',
    '@state/(.*)': '<rootDir>/src/app/state/$1',
    '_models/shared/(.*)': '<rootDir>/src/app/_models/shared/$1.d.ts',
    '_models/(.*)': '<rootDir>/src/app/_models/$1.d.ts',
    // '_validators/(.*)': '<rootDir>/src/app/_validators/$1.ts',
  },
  transformIgnorePatterns: ['node_modules/(?!(jest-test))'],
  modulePaths: ['<rootDir>/src/app/'],
  // testResultsProcessor: 'jest-sonar-reporter',
};
ArtemGovorov commented 4 years ago

Thanks for providing the details! The issue is fixed and the fix is published in the latest core version 1.0.759.