Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug][support] Not working with Ava #2887

Closed
spence-s opened this issue Dec 21, 2021 · 7 comments
Closed

[bug][support] Not working with Ava #2887

spence-s opened this issue Dec 21, 2021 · 7 comments

Comments

@spence-s
Copy link

Issue description or question

Not sure what I need to do to get this to work. I've forced update and reset the cache many times with a lot of tweaks. No luck. Fails for ava 3 and 4. - I am attempting to use it with just pure node and ESM.

Wallaby diagnostics report with ava v3

{
  editorVersion: '1.63.2',
  pluginVersion: '1.0.322',
  editorType: 'VSCode',
  osVersion: 'darwin 21.2.0',
  nodeVersion: 'v16.13.0',
  coreVersion: '1.0.1199',
  checksum: 'OGExYzc0YmRkYTI5MGQwZTM3NDU3YTQ0OGY5NTZhMjAsMTY2OTA3NTIwMDAwMCww',
  config: {
    trace: true,
    testFramework: { version: 'ava@1.0.0', configurator: 'ava@1.0.0', reporter: 'ava@1.0.0', starter: 'ava@1.0.0' },
    env: {
      type: 'node',
      params: { runner: '--experimental-vm-modules --experimental-loader "file://<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/hooks.mjs"' },
      runner: '/usr/local/bin/node',
      viewportSize: { width: 800, height: 600 },
      options: { width: 800, height: 600 },
      bundle: true
    },
    files: [
      { pattern: 'package.json', ignore: false, trigger: true, load: true, instrument: true, order: 1 },
      { pattern: 'src/**/*.js', ignore: false, trigger: true, load: true, instrument: true, order: 2 },
      { pattern: 'test/helpers/**/*.js', ignore: false, trigger: true, load: true, instrument: true, order: 3 }
    ],
    tests: [ { pattern: 'test/**/*.js', ignore: false, trigger: true, load: true, test: true, order: 4 }, { pattern: 'test/fixtures/**/*', ignore: true, trigger: true, load: true, test: true } ],
    diagnostics: {},
    filesWithNoCoverageCalculated: [],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    addModifiedTestFileToExclusiveTestRun: true,
    compilers: { '**/*.?(lit)coffee?(.md)': [Function (anonymous)] },
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: undefined,
    symlinkNodeModules: true,
    configCode: 'export default function wallaby() {\n' +
      '  return {\n' +
      '    trace: true,\n' +
      "    testFramework: 'ava',\n" +
      '    env: {\n' +
      "      type: 'node',\n" +
      '      params: {\n' +
      "        runner: '--experimental-vm-modules' // IMPORTANT,\n" +
      '      }\n' +
      '    },\n' +
      "    files: ['package.json', 'src/**/*.js', 'test/helpers/**/*.js'],\n" +
      "    tests: ['test/**/*.js', '!test/fixtures/**/*']\n" +
      '  };\n' +
      '}\n'
  },
  packageJSON: {
    dependencies: {
      cosmiconfig: '^7.0.1',
      debug: '^4.3.3',
      execa: '^6.0.0',
      'fs-extra': '^10.0.0',
      'is-string-and-not-blank': '^0.0.2',
      'load-json-file': '^7.0.1',
      lodash: '^4.17.21',
      meow: '^10.1.2',
      'npm-check-updates': '^12.0.5',
      ora: '^6.0.1',
      'path-exists': '^5.0.0',
      prompts: '^2.4.2',
      'read-pkg-up': '^9.0.0',
      'tmp-promise': '^3.0.3'
    },
    devDependencies: {
      '@commitlint/cli': '^15.0.0',
      '@commitlint/config-conventional': '^15.0.0',
      ava: '^3.15.0',
      codecov: '^3.8.2',
      'cross-env': 'latest',
      fixpack: '^4.0.0',
      husky: '^7.0.4',
      'lint-staged': '^12.1.3',
      nyc: '^15.1.0',
      xo: '^0.47.0'
    }
  },
  fs: { numberOfFiles: 17 },
  debug: [
    '2021-12-21T03:09:08.118Z project Wallaby Node version: v16.13.0\n',
    '2021-12-21T03:09:08.118Z project Wallaby config: <homeDir>/Projects/lassify/wallaby.js\n',
    '2021-12-21T03:09:09.157Z fs File system scan has finished by timeout\n',
    '2021-12-21T03:09:09.164Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/projects/7ffc86314c9c3501\n',
    '2021-12-21T03:09:09.246Z uiService Listening port 51235\n',
    '2021-12-21T03:09:09.248Z project package.json file change detected, invalidating local cache\n',
    '2021-12-21T03:09:09.259Z workers Parallelism for initial run: 10, for regular run: 5\n',
    '2021-12-21T03:09:09.259Z workers Starting run worker instance #0\n',
    '2021-12-21T03:09:09.259Z workers Starting run worker instance #1\n',
    '2021-12-21T03:09:09.259Z workers Starting run worker instance #2\n',
    '2021-12-21T03:09:09.259Z workers Starting run worker instance #3\n',
    '2021-12-21T03:09:09.259Z workers Starting run worker instance #4\n',
    '2021-12-21T03:09:09.260Z workers Starting run worker instance #5\n',
    '2021-12-21T03:09:09.260Z workers Starting run worker instance #6\n',
    '2021-12-21T03:09:09.260Z workers Starting run worker instance #7\n',
    '2021-12-21T03:09:09.260Z workers Starting run worker instance #8\n',
    '2021-12-21T03:09:09.260Z workers Starting run worker instance #9\n',
    '2021-12-21T03:09:09.260Z workers Web server is listening at 57506\n',
    '2021-12-21T03:09:09.261Z project File cache requires some updates, waiting required files from IDE\n',
    '2021-12-21T03:09:09.357Z nodeRunner Error in worker: (node:89191) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.357Z nodeRunner Error in worker: (node:89192) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.380Z nodeRunner Error in worker: (node:89193) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.381Z nodeRunner Error in worker: (node:89194) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.630Z nodeRunner Error in worker: (node:89197) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.630Z nodeRunner Error in worker: (node:89195) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.630Z nodeRunner Error in worker: (node:89196) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.630Z nodeRunner Error in worker: (node:89199) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.630Z nodeRunner Error in worker: (node:89198) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:09.630Z nodeRunner Error in worker: (node:89200) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:09:10.224Z workers Started run worker instance (delayed) #0\n',
    '2021-12-21T03:09:10.334Z workers Started run worker instance (delayed) #2\n',
    '2021-12-21T03:09:10.358Z workers Started run worker instance (delayed) #1\n',
    '2021-12-21T03:09:10.445Z workers Started run worker instance (delayed) #3\n',
    '2021-12-21T03:09:10.462Z workers Started run worker instance (delayed) #6\n',
    '2021-12-21T03:09:10.496Z workers Started run worker instance (delayed) #4\n',
    '2021-12-21T03:09:10.501Z workers Started run worker instance (delayed) #9\n',
    '2021-12-21T03:09:10.504Z workers Started run worker instance (delayed) #7\n',
    '2021-12-21T03:09:10.505Z workers Started run worker instance (delayed) #5\n',
    '2021-12-21T03:09:10.509Z workers Started run worker instance (delayed) #8\n',
    '2021-12-21T03:09:11.095Z project Stopping process pool\n',
    '2021-12-21T03:09:11.096Z project Running postprocessor\n',
    '2021-12-21T03:09:11.100Z postprocessor New TypeScript language service is required\n',
    "2021-12-21T03:09:11.101Z postprocessor TypeScript postprocessor will be removed because in 17 project files none were found by patterns: [ '**/*.ts?(x)' ]\n",
    '2021-12-21T03:09:11.102Z project Postprocessor execution finished\n',
    '2021-12-21T03:09:11.103Z project Postprocessor is removed as requested by itself\n',
    '2021-12-21T03:09:11.103Z project Test run started; run priority: 3\n',
    '2021-12-21T03:09:11.103Z project Running all tests\n',
    '2021-12-21T03:09:11.104Z workers Starting test run, priority: 3\n',
    '2021-12-21T03:09:11.105Z workers Distributing tests between 10 workers\n',
    '2021-12-21T03:09:11.105Z workers Running tests in parallel\n',
    '2021-12-21T03:09:11.105Z nodeRunner Starting sandbox [worker #0, session #e1446]\n',
    '2021-12-21T03:09:11.105Z nodeRunner Starting sandbox [worker #1, session #mxfz7]\n',
    '2021-12-21T03:09:11.106Z nodeRunner Preparing sandbox [worker #0, session #e1446]\n',
    '2021-12-21T03:09:11.106Z nodeRunner Preparing sandbox [worker #1, session #mxfz7]\n',
    '2021-12-21T03:09:11.106Z nodeRunner Prepared sandbox [worker #0, session #e1446]\n',
    '2021-12-21T03:09:11.106Z nodeRunner Prepared sandbox [worker #1, session #mxfz7]\n',
    '2021-12-21T03:09:11.106Z workers [worker #0, session #e1446] Running tests in sandbox\n',
    '2021-12-21T03:09:11.108Z workers [worker #1, session #mxfz7] Running tests in sandbox\n',
    '2021-12-21T03:09:11.119Z workers [e1446] Loaded unknown number of test(s)\n',
    '2021-12-21T03:09:11.119Z workers [mxfz7] Loaded unknown number of test(s)\n',
    '2021-12-21T03:09:11.248Z workers Sandbox (active) [mxfz7] error: require(...).getRunner is not a function\n',
    '2021-12-21T03:09:11.249Z workers Failed to map the stack to user code, entry message: require(...).getRunner is not a function, stack: TypeError: require(...).getRunner is not a function\n' +
      '    at Object.<anonymous> (<homeDir>/Projects/lassify/node_modules/ava/lib/worker/main.js:2:40)\n' +
      '    at Module._compile (node:internal/modules/cjs/loader:1101:14)\n' +
      '    at Module._0x36d690.<computed> [as _compile] (eval at <anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/node_modules/q/q.js:2075:6), <anonymous>:1:1019502)\n' +
      '    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)\n' +
      '    at Module.load (node:internal/modules/cjs/loader:981:32)\n' +
      '    at Function.Module._load (node:internal/modules/cjs/loader:822:12)\n' +
      '    at Module.require (node:internal/modules/cjs/loader:1005:19)\n' +
      '    at Module.r.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/server.js:30:4882)\n' +
      '    at Module.modulePrototype.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:5061)\n' +
      '    at Module.n.require (/Users/\n',
    '2021-12-21T03:09:11.250Z workers Sandbox (active) [e1446] error: require(...).getRunner is not a function\n',
    '2021-12-21T03:09:11.250Z workers Failed to map the stack to user code, entry message: require(...).getRunner is not a function, stack: TypeError: require(...).getRunner is not a function\n' +
      '    at Object.<anonymous> (<homeDir>/Projects/lassify/node_modules/ava/lib/worker/main.js:2:40)\n' +
      '    at Module._compile (node:internal/modules/cjs/loader:1101:14)\n' +
      '    at Module._0x36d690.<computed> [as _compile] (eval at <anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/node_modules/q/q.js:2075:6), <anonymous>:1:1019502)\n' +
      '    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)\n' +
      '    at Module.load (node:internal/modules/cjs/loader:981:32)\n' +
      '    at Function.Module._load (node:internal/modules/cjs/loader:822:12)\n' +
      '    at Module.require (node:internal/modules/cjs/loader:1005:19)\n' +
      '    at Module.r.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/server.js:30:4882)\n' +
      '    at Module.modulePrototype.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:5061)\n' +
      '    at Module.n.require (/Users/\n',
    '2021-12-21T03:09:11.252Z workers Sandbox (active) [e1446] error: require(...).getRunner is not a function\n',
    '2021-12-21T03:09:11.252Z workers Failed to map the stack to user code, entry message: require(...).getRunner is not a function, stack: TypeError: require(...).getRunner is not a function\n' +
      '    at Object.<anonymous> (<homeDir>/Projects/lassify/node_modules/ava/lib/worker/main.js:2:40)\n' +
      '    at Module._compile (node:internal/modules/cjs/loader:1101:14)\n' +
      '    at Module._0x36d690.<computed> [as _compile] (eval at <anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/node_modules/q/q.js:2075:6), <anonymous>:1:1019502)\n' +
      '    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)\n' +
      '    at Module.load (node:internal/modules/cjs/loader:981:32)\n' +
      '    at Function.Module._load (node:internal/modules/cjs/loader:822:12)\n' +
      '    at Module.require (node:internal/modules/cjs/loader:1005:19)\n' +
      '    at Module.r.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/server.js:30:4882)\n' +
      '    at Module.modulePrototype.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:5061)\n' +
      '    at Module.n.require (/Users/\n',
    '2021-12-21T03:09:11.252Z workers Sandbox (active) [mxfz7] error: require(...).getRunner is not a function\n',
    '2021-12-21T03:09:11.253Z workers Failed to map the stack to user code, entry message: require(...).getRunner is not a function, stack: TypeError: require(...).getRunner is not a function\n' +
      '    at Object.<anonymous> (<homeDir>/Projects/lassify/node_modules/ava/lib/worker/main.js:2:40)\n' +
      '    at Module._compile (node:internal/modules/cjs/loader:1101:14)\n' +
      '    at Module._0x36d690.<computed> [as _compile] (eval at <anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/node_modules/q/q.js:2075:6), <anonymous>:1:1019502)\n' +
      '    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)\n' +
      '    at Module.load (node:internal/modules/cjs/loader:981:32)\n' +
      '    at Function.Module._load (node:internal/modules/cjs/loader:822:12)\n' +
      '    at Module.require (node:internal/modules/cjs/loader:1005:19)\n' +
      '    at Module.r.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/server.js:30:4882)\n' +
      '    at Module.modulePrototype.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:5061)\n' +
      '    at Module.n.require (/Users/\n',
    '2021-12-21T03:09:11.258Z workers [e1446] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T03:09:11.258Z workers [mxfz7] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T03:09:11.260Z workers [e1446] Sandbox is responsive, closing it\n',
    '2021-12-21T03:09:11.261Z workers [mxfz7] Sandbox is responsive, closing it\n',
    '2021-12-21T03:09:11.262Z workers Merging parallel test run results\n',
    '2021-12-21T03:09:11.262Z project Test run finished\n',
    '2021-12-21T03:09:11.263Z project Processed console.log entries\n',
    '2021-12-21T03:09:11.263Z project Processed loading sequences\n',
    '2021-12-21T03:09:11.263Z project Processed executed tests\n',
    '2021-12-21T03:09:11.264Z project Processed code coverage\n',
    '2021-12-21T03:09:11.279Z project Test run result processed and sent to IDE\n'
  ]
}

report with ava v4

{
  editorVersion: '1.63.2',
  pluginVersion: '1.0.322',
  editorType: 'VSCode',
  osVersion: 'darwin 21.2.0',
  nodeVersion: 'v16.13.0',
  coreVersion: '1.0.1199',
  checksum: 'OGExYzc0YmRkYTI5MGQwZTM3NDU3YTQ0OGY5NTZhMjAsMTY2OTA3NTIwMDAwMCww',
  config: {
    trace: true,
    testFramework: { version: 'ava@1.0.0', configurator: 'ava@1.0.0', reporter: 'ava@1.0.0', starter: 'ava@1.0.0' },
    env: {
      type: 'node',
      params: { runner: '--experimental-vm-modules --experimental-loader "file://<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/hooks.mjs"' },
      runner: '/usr/local/bin/node',
      viewportSize: { width: 800, height: 600 },
      options: { width: 800, height: 600 },
      bundle: true
    },
    files: [
      { pattern: 'package.json', ignore: false, trigger: true, load: true, instrument: true, order: 1 },
      { pattern: 'src/**/*.js', ignore: false, trigger: true, load: true, instrument: true, order: 2 }
    ],
    tests: [ { pattern: 'test/**/*.js', ignore: false, trigger: true, load: true, test: true, order: 3 }, { pattern: 'test/fixtures/**/*', ignore: true, trigger: true, load: true, test: true } ],
    diagnostics: {},
    filesWithNoCoverageCalculated: [],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    addModifiedTestFileToExclusiveTestRun: true,
    compilers: { '**/*.?(lit)coffee?(.md)': [Function (anonymous)] },
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: undefined,
    symlinkNodeModules: true,
    configCode: 'export default function wallaby() {\n' +
      '  return {\n' +
      '    trace: true,\n' +
      "    testFramework: 'ava',\n" +
      '    env: {\n' +
      "      type: 'node',\n" +
      '      params: {\n' +
      "        runner: '--experimental-vm-modules'\n" +
      '      }\n' +
      '    },\n' +
      "    files: ['package.json', 'src/**/*.js'],\n" +
      "    tests: ['test/**/*.js', '!test/fixtures/**/*']\n" +
      '  };\n' +
      '}\n'
  },
  packageJSON: {
    dependencies: {
      cosmiconfig: '^7.0.1',
      debug: '^4.3.3',
      execa: '^6.0.0',
      'fs-extra': '^10.0.0',
      'is-string-and-not-blank': '^0.0.2',
      'load-json-file': '^7.0.1',
      lodash: '^4.17.21',
      meow: '^10.1.2',
      'npm-check-updates': '^12.0.5',
      ora: '^6.0.1',
      'path-exists': '^5.0.0',
      prompts: '^2.4.2',
      'read-pkg-up': '^9.0.0',
      'tmp-promise': '^3.0.3'
    },
    devDependencies: {
      '@commitlint/cli': '^15.0.0',
      '@commitlint/config-conventional': '^15.0.0',
      ava: '^4.0.0-rc.1',
      codecov: '^3.8.2',
      'cross-env': 'latest',
      fixpack: '^4.0.0',
      husky: '^7.0.4',
      'lint-staged': '^12.1.3',
      nyc: '^15.1.0',
      xo: '^0.47.0'
    }
  },
  fs: { numberOfFiles: 17 },
  debug: [
    '2021-12-21T03:49:03.211Z project Wallaby Node version: v16.13.0\n',
    '2021-12-21T03:49:03.211Z project Wallaby config: <homeDir>/Projects/lassify/wallaby.js\n',
    '2021-12-21T03:49:04.246Z fs File system scan has finished by timeout\n',
    '2021-12-21T03:49:04.255Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/projects/7ffc86314c9c3501\n',
    '2021-12-21T03:49:04.337Z uiService Listening port 51235\n',
    '2021-12-21T03:49:04.340Z project package.json file change detected, invalidating local cache\n',
    '2021-12-21T03:49:04.349Z workers Parallelism for initial run: 10, for regular run: 5\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #0\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #1\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #2\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #3\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #4\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #5\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #6\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #7\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #8\n',
    '2021-12-21T03:49:04.350Z workers Starting run worker instance #9\n',
    '2021-12-21T03:49:04.351Z workers Web server is listening at 58210\n',
    '2021-12-21T03:49:04.351Z project File cache requires some updates, waiting required files from IDE\n',
    '2021-12-21T03:49:04.435Z nodeRunner Error in worker: (node:91356) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.435Z nodeRunner Error in worker: (node:91357) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.458Z nodeRunner Error in worker: (node:91358) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.459Z nodeRunner Error in worker: (node:91359) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.620Z nodeRunner Error in worker: (node:91361) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.620Z nodeRunner Error in worker: (node:91362) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.763Z nodeRunner Error in worker: (node:91360) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.763Z nodeRunner Error in worker: (node:91363) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.763Z nodeRunner Error in worker: (node:91364) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.763Z nodeRunner Error in worker: (node:91365) DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getSource\n\n',
    '2021-12-21T03:49:04.929Z workers Started run worker instance (delayed) #0\n',
    '2021-12-21T03:49:04.953Z workers Started run worker instance (delayed) #2\n',
    '2021-12-21T03:49:04.997Z workers Started run worker instance (delayed) #1\n',
    '2021-12-21T03:49:05.029Z workers Started run worker instance (delayed) #3\n',
    '2021-12-21T03:49:05.089Z workers Started run worker instance (delayed) #4\n',
    '2021-12-21T03:49:05.127Z workers Started run worker instance (delayed) #5\n',
    '2021-12-21T03:49:05.187Z workers Started run worker instance (delayed) #8\n',
    '2021-12-21T03:49:05.190Z workers Started run worker instance (delayed) #9\n',
    '2021-12-21T03:49:05.205Z workers Started run worker instance (delayed) #6\n',
    '2021-12-21T03:49:05.227Z workers Started run worker instance (delayed) #7\n',
    '2021-12-21T03:49:05.914Z project Stopping process pool\n',
    '2021-12-21T03:49:05.915Z project Running postprocessor\n',
    '2021-12-21T03:49:05.920Z postprocessor New TypeScript language service is required\n',
    "2021-12-21T03:49:05.921Z postprocessor TypeScript postprocessor will be removed because in 17 project files none were found by patterns: [ '**/*.ts?(x)' ]\n",
    '2021-12-21T03:49:05.924Z project Postprocessor execution finished\n',
    '2021-12-21T03:49:05.924Z project Postprocessor is removed as requested by itself\n',
    '2021-12-21T03:49:05.924Z project Test run started; run priority: 3\n',
    '2021-12-21T03:49:05.924Z project Running all tests\n',
    '2021-12-21T03:49:05.928Z workers Starting test run, priority: 3\n',
    '2021-12-21T03:49:05.928Z workers Distributing tests between 10 workers\n',
    '2021-12-21T03:49:05.928Z workers Running tests in parallel\n',
    '2021-12-21T03:49:05.929Z nodeRunner Starting sandbox [worker #0, session #ozh8j]\n',
    '2021-12-21T03:49:05.929Z nodeRunner Starting sandbox [worker #1, session #kwx8l]\n',
    '2021-12-21T03:49:05.929Z nodeRunner Starting sandbox [worker #2, session #ye79h]\n',
    '2021-12-21T03:49:05.930Z nodeRunner Preparing sandbox [worker #0, session #ozh8j]\n',
    '2021-12-21T03:49:05.930Z nodeRunner Preparing sandbox [worker #1, session #kwx8l]\n',
    '2021-12-21T03:49:05.930Z nodeRunner Preparing sandbox [worker #2, session #ye79h]\n',
    '2021-12-21T03:49:05.930Z nodeRunner Prepared sandbox [worker #0, session #ozh8j]\n',
    '2021-12-21T03:49:05.930Z nodeRunner Prepared sandbox [worker #1, session #kwx8l]\n',
    '2021-12-21T03:49:05.930Z nodeRunner Prepared sandbox [worker #2, session #ye79h]\n',
    '2021-12-21T03:49:05.930Z workers [worker #0, session #ozh8j] Running tests in sandbox\n',
    '2021-12-21T03:49:05.931Z workers [worker #1, session #kwx8l] Running tests in sandbox\n',
    '2021-12-21T03:49:05.932Z workers [worker #2, session #ye79h] Running tests in sandbox\n',
    '2021-12-21T03:49:05.940Z workers Sandbox (active) [ozh8j] error: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules.\n',
    '2021-12-21T03:49:05.942Z workers Failed to map the stack to user code, entry message: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules., stack: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules.\n' +
      '    at Module.r.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/server.js:30:4882)\n' +
      '    at Module.modulePrototype.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:5061)\n' +
      '    at avaRequire (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:578)\n' +
      '    at O\n',
    '2021-12-21T03:49:05.942Z workers Sandbox (active) [kwx8l] error: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules.\n',
    '2021-12-21T03:49:05.942Z workers Failed to map the stack to user code, entry message: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules., stack: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules.\n' +
      '    at Module.r.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/server.js:30:4882)\n' +
      '    at Module.modulePrototype.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:5061)\n' +
      '    at avaRequire (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:578)\n' +
      '    at O\n',
    '2021-12-21T03:49:05.943Z workers Sandbox (active) [ye79h] error: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules.\n',
    '2021-12-21T03:49:05.944Z workers Failed to map the stack to user code, entry message: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules., stack: ava node module is not found or the version is not supported, missing `npm install ava --save-dev`?\n' +
      'Error [ERR_REQUIRE_ESM]: require() of ES Module <homeDir>/Projects/lassify/node_modules/ava/lib/assert.js from <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js not supported.\n' +
      'Instead change the require of assert.js in <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js to a dynamic import() which is available in all CommonJS modules.\n' +
      '    at Module.r.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/server.js:30:4882)\n' +
      '    at Module.modulePrototype.require (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:5061)\n' +
      '    at avaRequire (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby51cae5/runners/node/ava@1.0.0/initializer.js:14:578)\n' +
      '    at O\n',
    '2021-12-21T03:49:06.042Z workers [ozh8j] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T03:49:06.042Z workers [kwx8l] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T03:49:06.043Z workers [ye79h] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T03:49:06.044Z workers [kwx8l] Sandbox is responsive, closing it\n',
    '2021-12-21T03:49:06.045Z workers [ozh8j] Sandbox is responsive, closing it\n',
    '2021-12-21T03:49:06.046Z workers [ye79h] Sandbox is responsive, closing it\n',
    '2021-12-21T03:49:06.046Z workers Merging parallel test run results\n',
    '2021-12-21T03:49:06.047Z project Test run finished\n',
    '2021-12-21T03:49:06.047Z project Processed console.log entries\n',
    '2021-12-21T03:49:06.047Z project Processed loading sequences\n',
    '2021-12-21T03:49:06.047Z project Processed executed tests\n',
    '2021-12-21T03:49:06.049Z project Processed code coverage\n',
    '2021-12-21T03:49:06.062Z project Test run result processed and sent to IDE\n'
  ]
}
@smcenlly
Copy link
Member

Thanks for reporting the problem.

A recent release of node (v16.12.x+ and v17.x) had broken Wallaby's ESM support for AVA (please note that ESM support is still experimental in node).

In addition, the latest release candidate of AVA has also changed some of its files to ESM format, which has broken Wallaby integration for the latest version of ava@v4 (previous versions work with ESM).

If you want to use ava@v3, please update to the latest version of Wallaby core (v1.0.1200), it should work for you.

In the meantime, we are continuing to work on a fix for the latest version of ava@4.

@smcenlly
Copy link
Member

We have updated Wallaby to support the latest version of ava@4.x. Please upgrade to Wallaby core (v1.0.1201), it should work for you.

@spence-s
Copy link
Author

Thanks so much for the quick response. I updated and would like to use ava v4 if possible. Looks like I am getting further now, but there is still an issue.

{
  editorVersion: '1.63.2',
  pluginVersion: '1.0.322',
  editorType: 'VSCode',
  osVersion: 'darwin 21.2.0',
  nodeVersion: 'v16.13.0',
  coreVersion: '1.0.1201',
  checksum: 'OGExYzc0YmRkYTI5MGQwZTM3NDU3YTQ0OGY5NTZhMjAsMTY2OTA3NTIwMDAwMCww',
  config: {
    trace: true,
    testFramework: { version: 'ava@1.0.0', configurator: 'ava@1.0.0', reporter: 'ava@1.0.0', starter: 'ava@1.0.0' },
    env: {
      type: 'node',
      params: {
        runner: '--experimental-vm-modules --experimental-loader "file://<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/hooks-v2.mjs"'
      },
      runner: '/usr/local/bin/node',
      viewportSize: { width: 800, height: 600 },
      options: { width: 800, height: 600 },
      bundle: true
    },
    files: [
      { pattern: 'package.json', ignore: false, trigger: true, load: true, instrument: true, order: 1 },
      { pattern: 'src/**/*.js', ignore: false, trigger: true, load: true, instrument: true, order: 2 }
    ],
    tests: [ { pattern: 'test/**/*.js', ignore: false, trigger: true, load: true, test: true, order: 3 }, { pattern: 'test/fixtures/**/*', ignore: true, trigger: true, load: true, test: true } ],
    diagnostics: {},
    filesWithNoCoverageCalculated: [],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    addModifiedTestFileToExclusiveTestRun: true,
    compilers: { '**/*.?(lit)coffee?(.md)': [Function (anonymous)] },
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: undefined,
    symlinkNodeModules: true,
    configCode: 'export default function wallaby() {\n' +
      '  return {\n' +
      '    trace: true,\n' +
      "    testFramework: 'ava',\n" +
      '    env: {\n' +
      "      type: 'node',\n" +
      '      params: {\n' +
      "        runner: '--experimental-vm-modules'\n" +
      '      }\n' +
      '    },\n' +
      "    files: ['package.json', 'src/**/*.js'],\n" +
      "    tests: ['test/**/*.js', '!test/fixtures/**/*']\n" +
      '  };\n' +
      '}\n'
  },
  packageJSON: {
    dependencies: {
      cosmiconfig: '^7.0.1',
      debug: '^4.3.3',
      execa: '^6.0.0',
      'fs-extra': '^10.0.0',
      'is-string-and-not-blank': '^0.0.2',
      'load-json-file': '^7.0.1',
      lodash: '^4.17.21',
      meow: '^10.1.2',
      'npm-check-updates': '^12.0.5',
      ora: '^6.0.1',
      'path-exists': '^5.0.0',
      prompts: '^2.4.2',
      'read-pkg-up': '^9.0.0',
      'tmp-promise': '^3.0.3'
    },
    devDependencies: {
      '@commitlint/cli': '^15.0.0',
      '@commitlint/config-conventional': '^15.0.0',
      ava: '^4.0.0-rc.1',
      codecov: '^3.8.2',
      'cross-env': 'latest',
      fixpack: '^4.0.0',
      husky: '^7.0.4',
      'lint-staged': '^12.1.3',
      nyc: '^15.1.0',
      xo: '^0.47.0'
    }
  },
  fs: { numberOfFiles: 18 },
  debug: [
    '2021-12-21T06:28:10.514Z project Wallaby Node version: v16.13.0\n',
    '2021-12-21T06:28:10.515Z project Wallaby config: <homeDir>/Projects/lassify/wallaby.js\n',
    '2021-12-21T06:28:11.545Z fs File system scan has finished by timeout\n',
    '2021-12-21T06:28:11.552Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/projects/7ffc86314c9c3501\n',
    '2021-12-21T06:28:11.623Z uiService Listening port 51235\n',
    '2021-12-21T06:28:11.625Z project package.json file change detected, invalidating local cache\n',
    '2021-12-21T06:28:11.633Z workers Parallelism for initial run: 10, for regular run: 5\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #0\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #1\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #2\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #3\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #4\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #5\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #6\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #7\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #8\n',
    '2021-12-21T06:28:11.633Z workers Starting run worker instance #9\n',
    '2021-12-21T06:28:11.634Z workers Web server is listening at 59375\n',
    '2021-12-21T06:28:11.634Z project File cache requires some updates, waiting required files from IDE\n',
    '2021-12-21T06:28:12.110Z workers Started run worker instance (delayed) #0\n',
    '2021-12-21T06:28:12.112Z workers Started run worker instance (delayed) #1\n',
    '2021-12-21T06:28:12.201Z workers Started run worker instance (delayed) #3\n',
    '2021-12-21T06:28:12.206Z workers Started run worker instance (delayed) #2\n',
    '2021-12-21T06:28:12.211Z workers Started run worker instance (delayed) #4\n',
    '2021-12-21T06:28:12.237Z workers Started run worker instance (delayed) #5\n',
    '2021-12-21T06:28:12.238Z workers Started run worker instance (delayed) #8\n',
    '2021-12-21T06:28:12.256Z workers Started run worker instance (delayed) #6\n',
    '2021-12-21T06:28:12.265Z workers Started run worker instance (delayed) #9\n',
    '2021-12-21T06:28:12.298Z workers Started run worker instance (delayed) #7\n',
    '2021-12-21T06:28:12.943Z project Stopping process pool\n',
    '2021-12-21T06:28:12.946Z project Running postprocessor\n',
    '2021-12-21T06:28:12.951Z postprocessor New TypeScript language service is required\n',
    "2021-12-21T06:28:12.951Z postprocessor TypeScript postprocessor will be removed because in 18 project files none were found by patterns: [ '**/*.ts?(x)' ]\n",
    '2021-12-21T06:28:12.953Z project Postprocessor execution finished\n',
    '2021-12-21T06:28:12.953Z project Postprocessor is removed as requested by itself\n',
    '2021-12-21T06:28:12.954Z project Test run started; run priority: 3\n',
    '2021-12-21T06:28:12.954Z project Running all tests\n',
    '2021-12-21T06:28:12.957Z workers Starting test run, priority: 3\n',
    '2021-12-21T06:28:12.958Z workers Distributing tests between 10 workers\n',
    '2021-12-21T06:28:12.959Z workers Running tests in parallel\n',
    '2021-12-21T06:28:12.960Z nodeRunner Starting sandbox [worker #0, session #hyebz]\n',
    '2021-12-21T06:28:12.960Z nodeRunner Starting sandbox [worker #1, session #4dpv0]\n',
    '2021-12-21T06:28:12.960Z nodeRunner Starting sandbox [worker #2, session #fka16]\n',
    '2021-12-21T06:28:12.961Z nodeRunner Starting sandbox [worker #3, session #4lf4n]\n',
    '2021-12-21T06:28:12.961Z nodeRunner Preparing sandbox [worker #0, session #hyebz]\n',
    '2021-12-21T06:28:12.961Z nodeRunner Preparing sandbox [worker #1, session #4dpv0]\n',
    '2021-12-21T06:28:12.961Z nodeRunner Preparing sandbox [worker #2, session #fka16]\n',
    '2021-12-21T06:28:12.961Z nodeRunner Preparing sandbox [worker #3, session #4lf4n]\n',
    '2021-12-21T06:28:12.961Z nodeRunner Prepared sandbox [worker #0, session #hyebz]\n',
    '2021-12-21T06:28:12.961Z nodeRunner Prepared sandbox [worker #1, session #4dpv0]\n',
    '2021-12-21T06:28:12.962Z nodeRunner Prepared sandbox [worker #2, session #fka16]\n',
    '2021-12-21T06:28:12.962Z nodeRunner Prepared sandbox [worker #3, session #4lf4n]\n',
    '2021-12-21T06:28:12.962Z workers [worker #0, session #hyebz] Running tests in sandbox\n',
    '2021-12-21T06:28:12.963Z workers [worker #1, session #4dpv0] Running tests in sandbox\n',
    '2021-12-21T06:28:12.964Z workers [worker #2, session #fka16] Running tests in sandbox\n',
    '2021-12-21T06:28:12.964Z workers [worker #3, session #4lf4n] Running tests in sandbox\n',
    '2021-12-21T06:28:13.060Z workers Sandbox (active) [fka16] error: e is not defined\n',
    '2021-12-21T06:28:13.062Z workers Failed to map the stack to user code, entry message: e is not defined, stack: ReferenceError: e is not defined\n' +
      '    at u.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:12877)\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:2416)\n' +
      '    at Object.throw (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1711)\n' +
      '    at a (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1514)\n',
    '2021-12-21T06:28:13.064Z workers Sandbox (active) [4lf4n] error: e is not defined\n',
    '2021-12-21T06:28:13.065Z workers Failed to map the stack to user code, entry message: e is not defined, stack: ReferenceError: e is not defined\n' +
      '    at u.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:12877)\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:2416)\n' +
      '    at Object.throw (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1711)\n' +
      '    at a (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1514)\n',
    '2021-12-21T06:28:13.065Z workers Sandbox (active) [hyebz] error: e is not defined\n',
    '2021-12-21T06:28:13.065Z workers Failed to map the stack to user code, entry message: e is not defined, stack: ReferenceError: e is not defined\n' +
      '    at u.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:12877)\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:2416)\n' +
      '    at Object.throw (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1711)\n' +
      '    at a (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1514)\n',
    '2021-12-21T06:28:13.069Z workers Sandbox (active) [4dpv0] error: e is not defined\n',
    '2021-12-21T06:28:13.069Z workers Failed to map the stack to user code, entry message: e is not defined, stack: ReferenceError: e is not defined\n' +
      '    at u.<anonymous> (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:12877)\n' +
      '    at n (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:2416)\n' +
      '    at Object.throw (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1711)\n' +
      '    at a (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby9a334d/runners/node/ava@1.0.0/initializer.js:14:1514)\n',
    '2021-12-21T06:28:13.162Z workers [fka16] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T06:28:13.164Z workers [fka16] Sandbox is responsive, closing it\n',
    '2021-12-21T06:28:13.165Z workers [4lf4n] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T06:28:13.165Z workers [hyebz] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T06:28:13.167Z workers [hyebz] Sandbox is responsive, closing it\n',
    '2021-12-21T06:28:13.167Z workers [4lf4n] Sandbox is responsive, closing it\n',
    '2021-12-21T06:28:13.169Z workers [4dpv0] Run 0 test(s), skipped 0 test(s)\n',
    '2021-12-21T06:28:13.170Z workers [4dpv0] Sandbox is responsive, closing it\n',
    '2021-12-21T06:28:13.171Z workers Merging parallel test run results\n',
    '2021-12-21T06:28:13.171Z project Test run finished\n',
    '2021-12-21T06:28:13.171Z project Processed console.log entries\n',
    '2021-12-21T06:28:13.171Z project Processed loading sequences\n',
    '2021-12-21T06:28:13.171Z project Processed executed tests\n',
    '2021-12-21T06:28:13.173Z project Processed code coverage\n',
    '2021-12-21T06:28:13.185Z project Test run result processed and sent to IDE\n',
    '2021-12-21T06:28:13.467Z uiService UI client connected\n',
    '2021-12-21T06:28:13.468Z uiService Outgoing message ui:handshake\n',
    '2021-12-21T06:28:13.469Z uiService Incoming message ui:start\n',
    '2021-12-21T06:28:13.470Z uiService Outgoing message ui:summary\n',
    '2021-12-21T06:28:13.471Z uiService Outgoing message ui:files\n'
  ]
}

@smcenlly smcenlly reopened this Dec 21, 2021
@smcenlly
Copy link
Member

It looks like it was broken by our TypeScript compiler at build time. We should have a fix for you tomorrow (12-18 hrs from now).

@smcenlly
Copy link
Member

Could you please download the latest version of Wallaby core (v1.0.1202), it should work for you.

@DZakh
Copy link

DZakh commented Jan 16, 2022

I also have a problem with ava. A successful test is passing but it stop working when it fails, because of the improperUsage.forError is not a function error.

{
  editorVersion: '1.60.0',
  pluginVersion: '1.0.322',
  editorType: 'VSCode',
  osVersion: 'linux 5.4.0-81-generic',
  nodeVersion: 'v14.17.0',
  coreVersion: '1.0.1207',
  checksum: 'NTZiYzI2YTE3NGM2YWNhYmQ0ODUwMjBmMzdiYzEwOWIsMTY1MTc5NTIwMDAwMCww',
  config: {
    files: [ { pattern: 'src/**/*.bs.js', ignore: false, trigger: true, load: true, instrument: true, order: 1 } ],
    tests: [ { pattern: '**/__tests__/**/*_test.bs.js', ignore: false, trigger: true, load: true, test: true, order: 2 } ],
    env: { type: 'node', runner: 'node', params: {}, viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
    debug: true,
    testFramework: { version: 'ava@1.0.0', configurator: 'ava@1.0.0', reporter: 'ava@1.0.0', starter: 'ava@1.0.0', jsPreprocessor: [Function: jsPreprocessor] },
    diagnostics: {},
    filesWithNoCoverageCalculated: [],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    addModifiedTestFileToExclusiveTestRun: true,
    compilers: { '**/*.?(lit)coffee?(.md)': [Function (anonymous)] },
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: undefined,
    symlinkNodeModules: undefined,
    configCode: "const packageJson = require('./package');\n" +
      '\n' +
      'const { files: tests } = packageJson.ava;\n' +
      '\n' +
      'module.exports = () => ({\n' +
      '  files: [\n' +
      "    'src/**/*.bs.js',\n" +
      '  ],\n' +
      '  tests,\n' +
      '  env: {\n' +
      "    type: 'node',\n" +
      "    runner: 'node'\n" +
      '  },\n' +
      '  debug: true,\n' +
      "  testFramework: 'ava',\n" +
      '});\n'
  },
  packageJSON: {
    dependencies: {
      '@ryyppy/rescript-promise': '^2.1.0',
      arecibo: '^2.0.0',
      fastify: '^3.25.3',
      'firebase-admin': '^10.0.1',
      'fluent-json-schema': '^3.0.1',
      'http-errors': '^2.0.0',
      nanoid: '^3.1.32',
      rescript: '^9.1.4',
      'rescript-nodejs': '^14.2.0'
    },
    devDependencies: { ava: '^4.0.1', 'npm-run-all': '^4.1.5' }
  },
  fs: { numberOfFiles: 30 },
  debug: [
    '2022-01-16T19:32:01.054Z project Wallaby Node version: v14.17.0\n',
    '2022-01-16T19:32:01.054Z project Wallaby config: <homeDir>/Code/pantheon-fun/core/applications/backend/wallaby.conf.js\n',
    '2022-01-16T19:32:02.386Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/projects/bda88efdc01cda96\n',
    '2022-01-16T19:32:02.458Z uiService Listening port 51235\n',
    '2022-01-16T19:32:02.463Z project package.json file change detected, invalidating local cache\n',
    '2022-01-16T19:32:02.471Z workers Parallelism for initial run: 6, for regular run: 3\n',
    '2022-01-16T19:32:02.471Z workers Starting run worker instance #0\n',
    '2022-01-16T19:32:02.471Z workers Starting run worker instance #1\n',
    '2022-01-16T19:32:02.472Z workers Starting run worker instance #2\n',
    '2022-01-16T19:32:02.472Z workers Starting run worker instance #3\n',
    '2022-01-16T19:32:02.472Z workers Starting run worker instance #4\n',
    '2022-01-16T19:32:02.472Z workers Starting run worker instance #5\n',
    '2022-01-16T19:32:02.472Z workers Web server is listening at 44351\n',
    '2022-01-16T19:32:02.472Z project File cache requires some updates, waiting required files from IDE\n',
    '2022-01-16T19:32:02.780Z workers Started run worker instance (delayed) #2\n',
    '2022-01-16T19:32:02.780Z workers Started run worker instance (delayed) #4\n',
    '2022-01-16T19:32:02.780Z workers Started run worker instance (delayed) #0\n',
    '2022-01-16T19:32:02.781Z workers Started run worker instance (delayed) #3\n',
    '2022-01-16T19:32:02.781Z workers Started run worker instance (delayed) #1\n',
    '2022-01-16T19:32:02.802Z workers Started run worker instance (delayed) #5\n',
    '2022-01-16T19:32:03.373Z project Stopping process pool\n',
    '2022-01-16T19:32:03.374Z project Running postprocessor\n',
    '2022-01-16T19:32:03.377Z postprocessor New TypeScript language service is required\n',
    "2022-01-16T19:32:03.378Z postprocessor TypeScript postprocessor will be removed because in 30 project files none were found by patterns: [ '**/*.ts?(x)' ]\n",
    '2022-01-16T19:32:03.381Z project Postprocessor execution finished\n',
    '2022-01-16T19:32:03.381Z project Postprocessor is removed as requested by itself\n',
    '2022-01-16T19:32:03.381Z project Test run started; run priority: 3\n',
    '2022-01-16T19:32:03.381Z project Running all tests\n',
    '2022-01-16T19:32:03.383Z workers Starting test run, priority: 3\n',
    '2022-01-16T19:32:03.384Z nodeRunner Starting sandbox [worker #0, session #vtedd]\n',
    '2022-01-16T19:32:03.384Z nodeRunner Preparing sandbox [worker #0, session #vtedd]\n',
    '2022-01-16T19:32:03.384Z nodeRunner Prepared sandbox [worker #0, session #vtedd]\n',
    '2022-01-16T19:32:03.385Z workers [worker #0, session #vtedd] Running tests in sandbox\n',
    '2022-01-16T19:32:03.563Z workers Sandbox (active) [vtedd] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:32:03.565Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:32:03.567Z workers [vtedd] Loaded unknown number of test(s)\n',
    '2022-01-16T19:32:03.576Z workers [vtedd] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:32:03.578Z workers [vtedd] Sandbox is responsive, closing it\n',
    '2022-01-16T19:32:03.579Z project Test run finished\n',
    '2022-01-16T19:32:03.579Z project Processed console.log entries\n',
    '2022-01-16T19:32:03.579Z project Processed loading sequences\n',
    '2022-01-16T19:32:03.579Z project Processed executed tests\n',
    '2022-01-16T19:32:03.581Z project Processed code coverage\n',
    '2022-01-16T19:32:03.595Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:32:44.765Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:32:44.785Z project Error: Failed to instrument __tests__/CreateGameInteractor_test.bs.js\n' +
      "  2 | 'use strict';\n" +
      '  3 | \n' +
      '> 4 | var Ava = require("ava").;\n' +
      '    |                          ^ SyntaxError: Unexpected token (4:25)\n' +
      '  5 | var Curry = require("rescript/lib/js/curry.js");\n' +
      '  6 | var GameEntity = require("../src/domain/entities/GameEntity.bs.js");\n' +
      '  7 | var ContextEntity = require("../src/domain/entities/ContextEntity.bs.js");\n' +
      '    at Object.formatInstrumentationError (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:30:5127)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:26:11447\n' +
      '    at _rejected (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:864:24)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:890:30\n' +
      '    at Promise.when (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:1142:31)\n' +
      '    at Promise.promise.promiseDispatch (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:808:41)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:624:44\n' +
      '    at runSingle (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:137:13)\n' +
      '    at flush (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:125:13)\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:77:11)\n',
    '2022-01-16T19:32:44.786Z project Changes did not trigger any tests\n',
    '2022-01-16T19:32:44.879Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:32:44.932Z project Test run started; run priority: 2\n',
    '2022-01-16T19:32:44.933Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:32:44.934Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:32:44.934Z nodeRunner Starting sandbox [worker #0, session #tczv5]\n',
    '2022-01-16T19:32:44.935Z nodeRunner Preparing sandbox [worker #0, session #tczv5]\n',
    '2022-01-16T19:32:44.935Z nodeRunner Prepared sandbox [worker #0, session #tczv5]\n',
    '2022-01-16T19:32:44.935Z workers [worker #0, session #tczv5] Running tests in sandbox\n',
    '2022-01-16T19:32:44.944Z workers Sandbox (active) [tczv5] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:32:44.945Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:32:44.946Z workers [tczv5] Loaded unknown number of test(s)\n',
    '2022-01-16T19:32:44.959Z workers [tczv5] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:32:44.961Z workers [tczv5] Sandbox is responsive, closing it\n',
    '2022-01-16T19:32:44.962Z project Test run finished\n',
    '2022-01-16T19:32:44.962Z project Processed console.log entries\n',
    '2022-01-16T19:32:44.963Z project Processed loading sequences\n',
    '2022-01-16T19:32:44.963Z project Processed executed tests\n',
    '2022-01-16T19:32:44.964Z project Processed code coverage\n',
    '2022-01-16T19:32:44.968Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:32:45.025Z fs File changed: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:32:45.026Z fs No changes detected for __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:32:45.027Z extended-core File was not changed, but file markers may need to be synced\n',
    '2022-01-16T19:35:02.927Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:02.938Z project Error: Failed to instrument __tests__/CreateGameInteractor_test.bs.js\n' +
      '  28 |         t.plan(1);\n' +
      '  29 |         setupUseCaseWithWorkingPorts(t);\n' +
      '> 30 |         return Curry.(t.context.createGameUseCase, ContextEntity.make("bar")).then(function (createGameResult) {\n' +
      '     |                      ^ SyntaxError: Unexpected token (30:21)\n' +
      '  31 |                     t.deepEqual(createGameResult, /* Ok */{\n' +
      '  32 |                           _0: GameEntity.make("foo", "bdar", new Date(), undefined)\n' +
      '  33 |                         });\n' +
      '    at Object.formatInstrumentationError (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:30:5127)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:26:11447\n' +
      '    at _rejected (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:864:24)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:890:30\n' +
      '    at Promise.when (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:1142:31)\n' +
      '    at Promise.promise.promiseDispatch (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:808:41)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:624:44\n' +
      '    at runSingle (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:137:13)\n' +
      '    at flush (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:125:13)\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:77:11)\n',
    '2022-01-16T19:35:02.939Z project Changes did not trigger any tests\n',
    '2022-01-16T19:35:03.068Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:03.092Z project Test run started; run priority: 2\n',
    '2022-01-16T19:35:03.092Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:35:03.093Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:35:03.093Z nodeRunner Starting sandbox [worker #0, session #nya32]\n',
    '2022-01-16T19:35:03.093Z nodeRunner Preparing sandbox [worker #0, session #nya32]\n',
    '2022-01-16T19:35:03.093Z nodeRunner Prepared sandbox [worker #0, session #nya32]\n',
    '2022-01-16T19:35:03.093Z workers [worker #0, session #nya32] Running tests in sandbox\n',
    '2022-01-16T19:35:03.099Z workers Sandbox (active) [nya32] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:35:03.100Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:35:03.101Z workers [nya32] Loaded unknown number of test(s)\n',
    '2022-01-16T19:35:03.108Z workers [nya32] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:35:03.109Z workers [nya32] Sandbox is responsive, closing it\n',
    '2022-01-16T19:35:03.110Z project Test run finished\n',
    '2022-01-16T19:35:03.110Z project Processed console.log entries\n',
    '2022-01-16T19:35:03.110Z project Processed loading sequences\n',
    '2022-01-16T19:35:03.110Z project Processed executed tests\n',
    '2022-01-16T19:35:03.111Z project Processed code coverage\n',
    '2022-01-16T19:35:03.113Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:35:03.352Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:03.372Z project Test run started; run priority: 2\n',
    '2022-01-16T19:35:03.373Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:35:03.373Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:35:03.373Z nodeRunner Starting sandbox [worker #0, session #j0w43]\n',
    '2022-01-16T19:35:03.373Z nodeRunner Preparing sandbox [worker #0, session #j0w43]\n',
    '2022-01-16T19:35:03.374Z nodeRunner Prepared sandbox [worker #0, session #j0w43]\n',
    '2022-01-16T19:35:03.374Z workers [worker #0, session #j0w43] Running tests in sandbox\n',
    '2022-01-16T19:35:03.382Z workers Sandbox (active) [j0w43] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:35:03.382Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:35:03.383Z workers [j0w43] Loaded unknown number of test(s)\n',
    '2022-01-16T19:35:03.392Z workers [j0w43] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:35:03.393Z workers [j0w43] Sandbox is responsive, closing it\n',
    '2022-01-16T19:35:03.394Z project Test run finished\n',
    '2022-01-16T19:35:03.394Z project Processed console.log entries\n',
    '2022-01-16T19:35:03.394Z project Processed loading sequences\n',
    '2022-01-16T19:35:03.394Z project Processed executed tests\n',
    '2022-01-16T19:35:03.395Z project Processed code coverage\n',
    '2022-01-16T19:35:03.397Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:35:04.685Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:04.701Z project Error: Failed to instrument __tests__/CreateGameInteractor_test.bs.js\n' +
      '  28 |         t.plan(1);\n' +
      '  29 |         setupUseCaseWithWorkingPorts(t);\n' +
      '> 30 |         return t.context.createGameUseCase, ContextEntity.make("bar")).then(function (createGameResult) {\n' +
      '     |                                                                      ^ SyntaxError: Unexpected token (30:69)\n' +
      '  31 |                     t.deepEqual(createGameResult, /* Ok */{\n' +
      '  32 |                           _0: GameEntity.make("foo", "bdar", new Date(), undefined)\n' +
      '  33 |                         });\n' +
      '    at Object.formatInstrumentationError (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:30:5127)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:26:11447\n' +
      '    at _rejected (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:864:24)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:890:30\n' +
      '    at Promise.when (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:1142:31)\n' +
      '    at Promise.promise.promiseDispatch (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:808:41)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:624:44\n' +
      '    at runSingle (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:137:13)\n' +
      '    at flush (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:125:13)\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:77:11)\n',
    '2022-01-16T19:35:04.702Z project Changes did not trigger any tests\n',
    '2022-01-16T19:35:06.232Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:06.250Z project Error: Failed to instrument __tests__/CreateGameInteractor_test.bs.js\n' +
      '  28 |         t.plan(1);\n' +
      '  29 |         setupUseCaseWithWorkingPorts(t);\n' +
      '> 30 |         return t.context.createGameUseCase ContextEntity.make("bar")).then(function (createGameResult) {\n' +
      '     |                                            ^ SyntaxError: Unexpected token (30:43)\n' +
      '  31 |                     t.deepEqual(createGameResult, /* Ok */{\n' +
      '  32 |                           _0: GameEntity.make("foo", "bdar", new Date(), undefined)\n' +
      '  33 |                         });\n' +
      '    at Object.formatInstrumentationError (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:30:5127)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:26:11447\n' +
      '    at _rejected (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:864:24)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:890:30\n' +
      '    at Promise.when (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:1142:31)\n' +
      '    at Promise.promise.promiseDispatch (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:808:41)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:624:44\n' +
      '    at runSingle (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:137:13)\n' +
      '    at flush (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:125:13)\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:77:11)\n',
    '2022-01-16T19:35:06.251Z project Changes did not trigger any tests\n',
    '2022-01-16T19:35:06.680Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:06.690Z project Error: Failed to instrument __tests__/CreateGameInteractor_test.bs.js\n' +
      '  28 |         t.plan(1);\n' +
      '  29 |         setupUseCaseWithWorkingPorts(t);\n' +
      '> 30 |         return t.context.createGameUseCase() ContextEntity.make("bar")).then(function (createGameResult) {\n' +
      '     |                                              ^ SyntaxError: Unexpected token (30:45)\n' +
      '  31 |                     t.deepEqual(createGameResult, /* Ok */{\n' +
      '  32 |                           _0: GameEntity.make("foo", "bdar", new Date(), undefined)\n' +
      '  33 |                         });\n' +
      '    at Object.formatInstrumentationError (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:30:5127)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/server.js:26:11447\n' +
      '    at _rejected (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:864:24)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:890:30\n' +
      '    at Promise.when (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:1142:31)\n' +
      '    at Promise.promise.promiseDispatch (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:808:41)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:624:44\n' +
      '    at runSingle (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:137:13)\n' +
      '    at flush (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/node_modules/q/q.js:125:13)\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:77:11)\n',
    '2022-01-16T19:35:06.690Z project Changes did not trigger any tests\n',
    '2022-01-16T19:35:07.401Z fs File changed in editor: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:07.430Z project Test run started; run priority: 2\n',
    '2022-01-16T19:35:07.430Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:35:07.431Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:35:07.431Z nodeRunner Starting sandbox [worker #0, session #rfny3]\n',
    '2022-01-16T19:35:07.431Z nodeRunner Preparing sandbox [worker #0, session #rfny3]\n',
    '2022-01-16T19:35:07.431Z nodeRunner Prepared sandbox [worker #0, session #rfny3]\n',
    '2022-01-16T19:35:07.431Z workers [worker #0, session #rfny3] Running tests in sandbox\n',
    '2022-01-16T19:35:07.438Z workers Sandbox (active) [rfny3] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:35:07.438Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:35:07.439Z workers [rfny3] Loaded unknown number of test(s)\n',
    '2022-01-16T19:35:07.447Z workers [rfny3] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:35:07.448Z workers [rfny3] Sandbox is responsive, closing it\n',
    '2022-01-16T19:35:07.448Z project Test run finished\n',
    '2022-01-16T19:35:07.448Z project Processed console.log entries\n',
    '2022-01-16T19:35:07.448Z project Processed loading sequences\n',
    '2022-01-16T19:35:07.448Z project Processed executed tests\n',
    '2022-01-16T19:35:07.449Z project Processed code coverage\n',
    '2022-01-16T19:35:07.451Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:35:07.828Z fs File changed: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:07.830Z fs No changes detected for __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:07.831Z extended-core File was not changed, but file markers may need to be synced\n',
    '2022-01-16T19:35:28.680Z fs File changed: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:35:28.718Z project Test run started; run priority: 2\n',
    '2022-01-16T19:35:28.718Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:35:28.719Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:35:28.719Z nodeRunner Starting sandbox [worker #0, session #fo97f]\n',
    '2022-01-16T19:35:28.719Z nodeRunner Preparing sandbox [worker #0, session #fo97f]\n',
    '2022-01-16T19:35:28.719Z nodeRunner Prepared sandbox [worker #0, session #fo97f]\n',
    '2022-01-16T19:35:28.719Z workers [worker #0, session #fo97f] Running tests in sandbox\n',
    '2022-01-16T19:35:28.726Z workers Sandbox (active) [fo97f] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:35:28.726Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:35:28.727Z workers [fo97f] Loaded unknown number of test(s)\n',
    '2022-01-16T19:35:28.735Z workers [fo97f] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:35:28.735Z workers [fo97f] Sandbox is responsive, closing it\n',
    '2022-01-16T19:35:28.736Z project Test run finished\n',
    '2022-01-16T19:35:28.736Z project Processed console.log entries\n',
    '2022-01-16T19:35:28.736Z project Processed loading sequences\n',
    '2022-01-16T19:35:28.736Z project Processed executed tests\n',
    '2022-01-16T19:35:28.738Z project Processed code coverage\n',
    '2022-01-16T19:35:28.740Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:36:31.261Z fs File changed: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:36:31.293Z project Test run started; run priority: 2\n',
    '2022-01-16T19:36:31.293Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:36:31.294Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:36:31.294Z nodeRunner Starting sandbox [worker #0, session #076n2]\n',
    '2022-01-16T19:36:31.294Z nodeRunner Preparing sandbox [worker #0, session #076n2]\n',
    '2022-01-16T19:36:31.294Z nodeRunner Prepared sandbox [worker #0, session #076n2]\n',
    '2022-01-16T19:36:31.294Z workers [worker #0, session #076n2] Running tests in sandbox\n',
    '2022-01-16T19:36:31.300Z workers Sandbox (active) [076n2] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:36:31.301Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:36:31.302Z workers [076n2] Loaded unknown number of test(s)\n',
    '2022-01-16T19:36:31.311Z workers [076n2] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:36:31.313Z workers [076n2] Sandbox is responsive, closing it\n',
    '2022-01-16T19:36:31.313Z project Test run finished\n',
    '2022-01-16T19:36:31.313Z project Processed console.log entries\n',
    '2022-01-16T19:36:31.314Z project Processed loading sequences\n',
    '2022-01-16T19:36:31.314Z project Processed executed tests\n',
    '2022-01-16T19:36:31.314Z project Processed code coverage\n',
    '2022-01-16T19:36:31.316Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:38:04.096Z fs File changed: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:38:04.098Z fs No changes detected for __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:38:04.099Z extended-core File was not changed, but file markers may need to be synced\n',
    '2022-01-16T19:38:18.333Z fs File changed: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:38:18.349Z project Test run started; run priority: 2\n',
    '2022-01-16T19:38:18.349Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:38:18.350Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:38:18.350Z nodeRunner Starting sandbox [worker #0, session #qlq1e]\n',
    '2022-01-16T19:38:18.350Z nodeRunner Preparing sandbox [worker #0, session #qlq1e]\n',
    '2022-01-16T19:38:18.350Z nodeRunner Prepared sandbox [worker #0, session #qlq1e]\n',
    '2022-01-16T19:38:18.350Z workers [worker #0, session #qlq1e] Running tests in sandbox\n',
    '2022-01-16T19:38:18.356Z workers [qlq1e] Loaded unknown number of test(s)\n',
    '2022-01-16T19:38:18.357Z workers [qlq1e] Test executed: Test\n',
    '2022-01-16T19:38:18.366Z workers [qlq1e] Run 1 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:38:18.367Z workers [qlq1e] Sandbox is responsive, closing it\n',
    '2022-01-16T19:38:18.367Z project Test run finished\n',
    '2022-01-16T19:38:18.367Z project Processed console.log entries\n',
    '2022-01-16T19:38:18.367Z project Processed loading sequences\n',
    '2022-01-16T19:38:18.368Z project Processed executed tests\n',
    '2022-01-16T19:38:18.368Z project Processed code coverage\n',
    '2022-01-16T19:38:18.372Z project Test run result processed and sent to IDE\n',
    '2022-01-16T19:38:25.343Z fs File changed: __tests__/CreateGameInteractor_test.bs.js\n',
    '2022-01-16T19:38:25.360Z project Test run started; run priority: 2\n',
    '2022-01-16T19:38:25.360Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2022-01-16T19:38:25.361Z workers Starting test run, priority: 2\n',
    '2022-01-16T19:38:25.361Z nodeRunner Starting sandbox [worker #0, session #a4rh5]\n',
    '2022-01-16T19:38:25.361Z nodeRunner Preparing sandbox [worker #0, session #a4rh5]\n',
    '2022-01-16T19:38:25.361Z nodeRunner Prepared sandbox [worker #0, session #a4rh5]\n',
    '2022-01-16T19:38:25.362Z workers [worker #0, session #a4rh5] Running tests in sandbox\n',
    '2022-01-16T19:38:25.370Z workers Sandbox (active) [a4rh5] error: improperUsage.forError is not a function\n',
    '2022-01-16T19:38:25.370Z workers Failed to map the stack to user code, entry message: improperUsage.forError is not a function, stack: TypeError: improperUsage.forError is not a function\n' +
      '    at onAfterTest (<homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:10587)\n' +
      '    at <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.322/wallaby7b7cde/runners/node/ava@1.0.0/initializer.js:14:8517\n' +
      '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n',
    '2022-01-16T19:38:25.371Z workers [a4rh5] Loaded unknown number of test(s)\n',
    '2022-01-16T19:38:25.381Z workers [a4rh5] Run 0 test(s), skipped 0 test(s)\n',
    '2022-01-16T19:38:25.382Z workers [a4rh5] Sandbox is responsive, closing it\n',
    '2022-01-16T19:38:25.383Z project Test run finished\n',
    '2022-01-16T19:38:25.383Z project Processed console.log entries\n',
    '2022-01-16T19:38:25.383Z project Processed loading sequences\n',
    '2022-01-16T19:38:25.383Z project Processed executed tests\n',
    '2022-01-16T19:38:25.383Z project Processed code coverage\n',
    '2022-01-16T19:38:25.385Z project Test run result processed and sent to IDE\n'
  ]
}

@smcenlly
Copy link
Member

@DZakh - moved your comment to a new issue: #2905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants