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

import from '@expo/vector-icons' : Cannot destructure property 'instrument' of 'options' as it is undefined.  #2751

Closed
PaulCouthouis opened this issue Jul 10, 2021 · 4 comments

Comments

@PaulCouthouis
Copy link

PaulCouthouis commented Jul 10, 2021

Issue description or question

I use expo for ReactNative.
My jest test is OK when I launch the command but I have an error with Wallaby on Visual Studio Code

import { AntDesign } from "@expo/vector-icons";
Cannot destructure property 'instrument' of 'options' as it is undefined.

Wallaby diagnostics report

{
  editorVersion: '1.55.2',
  pluginVersion: '1.0.297',
  editorType: 'VSCode',
  osVersion: 'darwin 20.5.0',
  nodeVersion: 'v15.14.0',
  coreVersion: '1.0.1105',
  checksum: 'ODU5MDVjMGNkODg2ZDc0NDU0ZTljNDgzMjBhNjUwYWYsMTY1NzQxMTIwMDAwMCww',
  config: {
    diagnostics: {
      jest: {
        config: {
          configs: [
            {
              automock: false,
              cache: true,
              cacheDirectory: '/private/var/folders/rv/qhhxbsk923zb3p8p7s1lbwnw0000gn/T/jest_dx',
              clearMocks: false,
              coveragePathIgnorePatterns: [ '/node_modules/' ],
              cwd: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu',
              dependencyExtractor: undefined,
              detectLeaks: false,
              detectOpenHandles: false,
              displayName: undefined,
              errorOnDeprecated: false,
              extensionsToTreatAsEsm: [],
              extraGlobals: [],
              filter: undefined,
              forceCoverageMatch: [],
              globalSetup: undefined,
              globalTeardown: undefined,
              globals: {},
              haste: { defaultPlatform: 'ios', platforms: [ 'android', 'ios', 'native' ] },
              injectGlobals: true,
              moduleDirectories: [ 'node_modules' ],
              moduleFileExtensions: [ 'js', 'jsx', 'ts', 'tsx', 'json', 'node' ],
              moduleLoader: undefined,
              moduleNameMapper: [],
              modulePathIgnorePatterns: [],
              modulePaths: undefined,
              name: 'b2a56a30657fde5a2b2dab9747a631f2',
              prettierPath: 'prettier',
              resetMocks: false,
              resetModules: false,
              resolver: undefined,
              restoreMocks: false,
              rootDir: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu',
              roots: [ '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu' ],
              runner: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/jest-cli/node_modules/jest-runner/build/index.js',
              setupFiles: [
                '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/react-native/jest/setup.js',
                '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/jest-expo/src/preset/setup.js'
              ],
              setupFilesAfterEnv: [],
              skipFilter: false,
              skipNodeResolution: undefined,
              slowTestThreshold: 5,
              snapshotResolver: undefined,
              snapshotSerializers: [],
              testEnvironment: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/jest-environment-node/build/index.js',
              testEnvironmentOptions: {},
              testLocationInResults: false,
              testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
              testPathIgnorePatterns: [ '/node_modules/' ],
              testRegex: [],
              testRunner: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/jest-circus/runner.js',
              testURL: 'http://localhost',
              timers: 'real',
              transform: [
                [
                  '^.+\\.(js|ts|tsx)$',
                  '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/jest-cli/node_modules/babel-jest/build/index.js',
                  {}
                ],
                [
                  '^.+\\.(bmp|gif|jpg|jpeg|mp4|png|psd|svg|webp|ttf|otf|m4v|mov|mp4|mpeg|mpg|webm|aac|aiff|caf|m4a|mp3|wav|html|pdf|obj)$',
                  '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/jest-expo/src/preset/assetFileTransformer.js',
                  {}
                ]
              ],
              transformIgnorePatterns: [
                'node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)'
              ],
              unmockedModulePathPatterns: undefined,
              watchPathIgnorePatterns: []
            }
          ],
          globalConfig: {
            bail: 0,
            changedFilesWithAncestor: false,
            changedSince: undefined,
            collectCoverage: false,
            collectCoverageFrom: [],
            collectCoverageOnlyFrom: undefined,
            coverageDirectory: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/coverage',
            coverageProvider: 'babel',
            coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
            coverageThreshold: undefined,
            detectLeaks: false,
            detectOpenHandles: false,
            errorOnDeprecated: false,
            expand: false,
            filter: undefined,
            findRelatedTests: false,
            forceExit: false,
            globalSetup: undefined,
            globalTeardown: undefined,
            json: false,
            lastCommit: false,
            listTests: false,
            logHeapUsage: false,
            maxConcurrency: 5,
            maxWorkers: 15,
            noSCM: undefined,
            noStackTrace: false,
            nonFlagArgs: undefined,
            notify: false,
            notifyMode: 'failure-change',
            onlyChanged: false,
            onlyFailures: false,
            outputFile: undefined,
            passWithNoTests: false,
            projects: [],
            replname: undefined,
            reporters: undefined,
            rootDir: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu',
            runTestsByPath: false,
            silent: undefined,
            skipFilter: false,
            testFailureExitCode: 1,
            testNamePattern: undefined,
            testPathPattern: '',
            testResultsProcessor: undefined,
            testSequencer: '<homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/node_modules/jest-cli/node_modules/@jest/test-sequencer/build/index.js',
            testTimeout: undefined,
            updateSnapshot: 'new',
            useStderr: false,
            verbose: undefined,
            watch: false,
            watchAll: false,
            watchPlugins: undefined,
            watchman: true
          },
          hasDeprecationWarnings: false,
          wallaby: {
            roots: [],
            watchPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/|android/|ios/' ],
            testPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/|android/|ios/' ],
            testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
            testRegex: []
          }
        }
      }
    },
    testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
    filesWithCoverageCalculated: [],
    filesWithNoCoverageCalculated: [],
    globalSetup: false,
    micromatch: true,
    files: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true },
      {
        pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/|android/|ios/',
        regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\/|android\/|ios\//,
        ignore: true,
        trigger: true,
        load: true
      },
      { pattern: '**/**', ignore: false, trigger: true, load: true, order: 1 },
      { pattern: '**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
      { pattern: '**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true }
    ],
    tests: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, test: true },
      {
        pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/|android/|ios/',
        regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\/|android\/|ios\//,
        ignore: true,
        trigger: true,
        load: true,
        test: true
      },
      { pattern: '**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 2 },
      { pattern: '**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 3 }
    ],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    addModifiedTestFileToExclusiveTestRun: true,
    compilers: {},
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    env: { type: 'node', params: {}, runner: '/usr/local/Cellar/node/15.14.0/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#-856253982'
  },
  packageJSON: {
    dependencies: {
      '@react-native-community/masked-view': '0.1.10',
      '@react-navigation/native': '^5.9.4',
      '@react-navigation/stack': '^5.14.5',
      '@testing-library/react-native': '^7.2.0',
      '@types/jest': '^26.0.23',
      expo: '^42.0.1',
      'expo-status-bar': '~1.0.4',
      jest: '^27.0.6',
      react: '16.13.1',
      'react-dom': '16.13.1',
      'react-native': 'https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz',
      'react-native-gesture-handler': '^1.10.3',
      'react-native-reanimated': '^2.2.0',
      'react-native-safe-area-context': '^3.2.0',
      'react-native-screens': '^3.4.0',
      'react-native-svg': '^12.1.1',
      'react-native-web': '~0.13.12',
      'react-test-renderer': '^17.0.2'
    },
    devDependencies: {
      '@babel/core': '^7.9.0',
      '@types/react': '~16.9.35',
      '@types/react-native': '~0.63.2',
      '@types/react-test-renderer': '^17.0.1',
      '@typescript-eslint/eslint-plugin': '^4.28.2',
      '@typescript-eslint/parser': '^4.28.2',
      'eslint-config-airbnb': '^18.2.1',
      'eslint-config-prettier': '^8.3.0',
      'eslint-plugin-prettier': '^3.4.0',
      'jest-expo': '^42.0.1',
      'lint-staged': '^11.0.0',
      prettier: '^2.3.2',
      typescript: '~4.0.0'
    }
  },
  fs: { numberOfFiles: 35 },
  debug: [
    '2021-07-10T09:38:41.477Z angular/cli config Angular CLI not found.\n',
    '2021-07-10T09:38:41.709Z jest/config Detected Jest.\n',
    '2021-07-10T09:38:41.709Z jest/config Configured Jest.\n',
    '2021-07-10T09:38:41.711Z project Wallaby Node version: v15.14.0\n',
    '2021-07-10T09:38:41.711Z project Wallaby config: <homeDir>/Library/Mobile Documents/com~apple~CloudDocs/Projets/Manabu/FrontManabu/auto.detect\n',
    '2021-07-10T09:38:41.790Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.297/projects/9ff7c2544e116e69\n',
    '2021-07-10T09:38:41.896Z uiService Listening port 51235\n',
    '2021-07-10T09:38:41.917Z workers Parallelism for initial run: 14, for regular run: 7\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #0\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #1\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #2\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #3\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #4\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #5\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #6\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #7\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #8\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #9\n',
    '2021-07-10T09:38:41.917Z workers Starting run worker instance #10\n',
    '2021-07-10T09:38:41.918Z workers Starting run worker instance #11\n',
    '2021-07-10T09:38:41.918Z workers Starting run worker instance #12\n',
    '2021-07-10T09:38:41.918Z workers Starting run worker instance #13\n',
    '2021-07-10T09:38:41.918Z workers Web server is listening at 49379\n',
    '2021-07-10T09:38:41.989Z project Stopping process pool\n',
    '2021-07-10T09:38:41.990Z project File cache is up-to-date, starting full test run\n',
    '2021-07-10T09:38:41.992Z project Test run started; run priority: 3\n',
    '2021-07-10T09:38:41.994Z project Running all tests\n',
    '2021-07-10T09:38:41.997Z workers Starting test run, priority: 3\n',
    '2021-07-10T09:38:41.998Z workers Distributing tests between 14 workers\n',
    '2021-07-10T09:38:41.999Z workers Running tests in parallel\n',
    '2021-07-10T09:38:41.999Z nodeRunner Starting sandbox [worker #0, session #e6s0w]\n',
    '2021-07-10T09:38:41.999Z nodeRunner Starting sandbox [worker #1, session #1p6ob]\n',
    '2021-07-10T09:38:41.999Z nodeRunner Starting sandbox [worker #2, session #22xv0]\n',
    '2021-07-10T09:38:41.999Z nodeRunner Starting sandbox [worker #3, session #3oe3c]\n',
    '2021-07-10T09:38:41.999Z nodeRunner Starting sandbox [worker #4, session #98eor]\n',
    '2021-07-10T09:38:42.000Z nodeRunner Starting sandbox [worker #5, session #6nrhk]\n',
    '2021-07-10T09:38:42.000Z nodeRunner Preparing sandbox [worker #0, session #e6s0w]\n',
    '2021-07-10T09:38:42.000Z nodeRunner Preparing sandbox [worker #1, session #1p6ob]\n',
    '2021-07-10T09:38:42.000Z nodeRunner Preparing sandbox [worker #2, session #22xv0]\n',
    '2021-07-10T09:38:42.000Z nodeRunner Preparing sandbox [worker #3, session #3oe3c]\n',
    '2021-07-10T09:38:42.000Z nodeRunner Preparing sandbox [worker #4, session #98eor]\n',
    '2021-07-10T09:38:42.000Z nodeRunner Preparing sandbox [worker #5, session #6nrhk]\n',
    '2021-07-10T09:38:42.184Z workers Started run worker instance (delayed) #1\n',
    '2021-07-10T09:38:42.185Z nodeRunner Prepared sandbox [worker #1, session #1p6ob]\n',
    '2021-07-10T09:38:42.185Z workers [worker #1, session #1p6ob] Running tests in sandbox\n',
    '2021-07-10T09:38:42.188Z workers Started run worker instance (delayed) #0\n',
    '2021-07-10T09:38:42.188Z nodeRunner Prepared sandbox [worker #0, session #e6s0w]\n',
    '2021-07-10T09:38:42.188Z workers [worker #0, session #e6s0w] Running tests in sandbox\n',
    '2021-07-10T09:38:42.189Z workers Started run worker instance (delayed) #2\n',
    '2021-07-10T09:38:42.190Z nodeRunner Prepared sandbox [worker #2, session #22xv0]\n',
    '2021-07-10T09:38:42.190Z workers [worker #2, session #22xv0] Running tests in sandbox\n',
    '2021-07-10T09:38:42.196Z workers Started run worker instance (delayed) #4\n',
    '2021-07-10T09:38:42.196Z nodeRunner Prepared sandbox [worker #4, session #98eor]\n',
    '2021-07-10T09:38:42.196Z workers [worker #4, session #98eor] Running tests in sandbox\n',
    '2021-07-10T09:38:42.198Z workers Started run worker instance (delayed) #3\n',
    '2021-07-10T09:38:42.198Z nodeRunner Prepared sandbox [worker #3, session #3oe3c]\n',
    '2021-07-10T09:38:42.199Z workers [worker #3, session #3oe3c] Running tests in sandbox\n',
    '2021-07-10T09:38:42.206Z workers Started run worker instance (delayed) #5\n',
    '2021-07-10T09:38:42.207Z nodeRunner Prepared sandbox [worker #5, session #6nrhk]\n',
    '2021-07-10T09:38:42.207Z workers [worker #5, session #6nrhk] Running tests in sandbox\n',
    '2021-07-10T09:38:42.213Z workers Started run worker instance (delayed) #8\n',
    '2021-07-10T09:38:42.214Z workers Started run worker instance (delayed) #6\n',
    '2021-07-10T09:38:42.217Z workers Started run worker instance (delayed) #7\n',
    '2021-07-10T09:38:42.220Z workers Started run worker instance (delayed) #9\n',
    '2021-07-10T09:38:42.232Z workers Started run worker instance (delayed) #10\n',
    '2021-07-10T09:38:42.238Z workers Started run worker instance (delayed) #11\n',
    '2021-07-10T09:38:42.239Z workers Started run worker instance (delayed) #12\n',
    '2021-07-10T09:38:42.246Z workers Started run worker instance (delayed) #13\n',
    '2021-07-10T09:38:51.082Z workers Scheduling Jest Test Run (e6s0w): 2021-07-10T09:38:45.705Z\n',
    '2021-07-10T09:38:51.111Z workers [e6s0w] Loaded unknown number of test(s)\n',
    '2021-07-10T09:38:51.111Z workers [e6s0w] Test executed: should render\n',
    '2021-07-10T09:38:51.112Z workers [e6s0w] Test executed: should indicate the move coordinates for one line\n',
    '2021-07-10T09:38:51.112Z workers [e6s0w] Test executed: should indicate the move coordinates for 3 lines\n',
    '2021-07-10T09:38:51.116Z workers [e6s0w] Run 3 test(s), skipped 0 test(s)\n',
    '2021-07-10T09:38:51.116Z workers Jest Test Run Complete (e6s0w): 2021-07-10T09:38:51.095Z\n',
    '2021-07-10T09:38:51.118Z workers [e6s0w] Sandbox is responsive, closing it\n',
    '2021-07-10T09:38:52.066Z workers Scheduling Jest Test Run (22xv0): 2021-07-10T09:38:45.705Z\n',
    '2021-07-10T09:38:52.076Z workers Scheduling Jest Test Run (3oe3c): 2021-07-10T09:38:45.705Z\n',
    "2021-07-10T09:38:52.082Z workers Sandbox (active) [22xv0] error: Cannot destructure property 'instrument' of 'options' as it is undefined.\n",
    "2021-07-10T09:38:52.089Z workers Sandbox (active) [3oe3c] error: Cannot destructure property 'instrument' of 'options' as it is undefined.\n",
    '2021-07-10T09:38:52.093Z workers [22xv0] Run 0 test(s), skipped 0 test(s)\n',
    '2021-07-10T09:38:52.093Z workers Jest Test Run Complete (22xv0): 2021-07-10T09:38:52.063Z\n',
    '2021-07-10T09:38:52.094Z workers [3oe3c] Run 0 test(s), skipped 0 test(s)\n',
    '2021-07-10T09:38:52.094Z workers Jest Test Run Complete (3oe3c): 2021-07-10T09:38:52.071Z\n',
    '2021-07-10T09:38:52.094Z workers [22xv0] Sandbox is responsive, closing it\n',
    '2021-07-10T09:38:52.097Z workers [3oe3c] Sandbox is responsive, closing it\n',
    '2021-07-10T09:38:53.853Z fs No metadata for added file found: node_modules/string-length/index 2.js\n',
    '2021-07-10T09:38:53.953Z fs No metadata for added file found: node_modules/yargs/yargs 2.js\n',
    '2021-07-10T09:38:53.953Z fs No metadata for added file found: node_modules/jest-regex-util/package 2.json\n',
    '2021-07-10T09:38:53.953Z fs No metadata for added file found: node_modules/v8-to-istanbul/index 2.js\n',
    '2021-07-10T09:38:54.054Z fs No metadata for added file found: node_modules/jest-get-type/package 2.json\n',
    '2021-07-10T09:38:54.054Z fs No metadata for added file found: node_modules/is-wsl/index 2.js\n',
    '2021-07-10T09:38:54.054Z fs No metadata for added file found: node_modules/webidl-conversions/package 2.json\n',
    '2021-07-10T09:38:54.154Z fs No metadata for added file found: node_modules/jest-mock/package 2.json\n',
    '2021-07-10T09:38:54.154Z fs No metadata for added file found: node_modules/v8-to-istanbul/index.d 2.ts\n',
    '2021-07-10T09:38:54.254Z fs No metadata for added file found: node_modules/npm-run-path/package 2.json\n',
    '2021-07-10T09:38:54.254Z fs No metadata for added file found: node_modules/jest-leak-detector/README 2.md\n',
    '2021-07-10T09:38:54.254Z fs No metadata for added file found: node_modules/jest-leak-detector/package 2.json\n',
    '2021-07-10T09:38:54.354Z fs No metadata for added file found: node_modules/yargs-parser/LICENSE 2.txt\n',
    '2021-07-10T09:38:54.354Z fs No metadata for added file found: node_modules/jest-worker/package 2.json\n',
    '2021-07-10T09:38:54.385Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' +
      'Execution of the following files has started but has not finished:\n' +
      '- core/interactions/Writing/WritingView/WritingView.test.tsx\n' +
      '- core/interactions/Writing/WritingView/WritingView.tsx\n' +
      'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' +
      'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' +
      'Pinging test runner sandbox...\n',
    '2021-07-10T09:38:54.454Z fs No metadata for added file found: node_modules/stack-utils/package 2.json\n',
    '2021-07-10T09:38:54.454Z fs No metadata for added file found: node_modules/make-dir/package 2.json\n',
    '2021-07-10T09:38:54.556Z fs No metadata for added file found: node_modules/jest-watcher/package 2.json\n',
    '2021-07-10T09:38:54.556Z fs No metadata for added file found: node_modules/string-length/index.d 2.ts\n',
    '2021-07-10T09:38:54.556Z fs No metadata for added file found: node_modules/tr46/package 2.json\n',
    '2021-07-10T09:38:54.587Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2021-07-10T09:38:54.656Z fs No metadata for added file found: node_modules/parse-json/package 2.json\n',
    '2021-07-10T09:38:54.683Z workers Some long running code has been detected: one of your tests is taking more than 5000ms to execute.\n',
    '2021-07-10T09:38:54.747Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' +
      'Execution of the following files has started but has not finished:\n' +
      '- core/screens/WritingScreen/WritingScreen.test.tsx\n' +
      '- core/screens/WritingScreen/WritingScreen.tsx\n' +
      '- core/interactions/Writing/WritingView/WritingView.tsx\n' +
      'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' +
      'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' +
      'Pinging test runner sandbox...\n',
    '2021-07-10T09:38:54.758Z fs No metadata for added file found: node_modules/string-length/package 2.json\n',
    '2021-07-10T09:38:54.758Z fs No metadata for added file found: node_modules/write-file-atomic/LICENSE 2\n',
    '2021-07-10T09:38:54.858Z fs No metadata for added file found: node_modules/write-file-atomic/CHANGELOG 2.md\n',
    '2021-07-10T09:38:54.858Z fs No metadata for added file found: node_modules/tr46/LICENSE 2.md\n',
    '2021-07-10T09:38:54.859Z fs No metadata for added file found: node_modules/string-length/readme 2.md\n',
    '2021-07-10T09:38:54.956Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2021-07-10T09:38:54.958Z fs No metadata for added file found: node_modules/npm-run-path/index 2.js\n',
    '2021-07-10T09:38:54.958Z fs No metadata for added file found: node_modules/pretty-format/package 2.json\n',
    '2021-07-10T09:38:54.958Z fs No metadata for added file found: node_modules/domexception/LICENSE 2.txt\n',
    '2021-07-10T09:38:54.959Z fs No metadata for added file found: node_modules/yargs-parser/package 2.json\n',
    '2021-07-10T09:38:55.059Z fs No metadata for added file found: node_modules/jest-worker/LICENSE 2\n',
    '2021-07-10T09:38:55.059Z fs No metadata for added file found: node_modules/pretty-format/LICENSE 2\n',
    '2021-07-10T09:38:55.059Z fs No metadata for added file found: node_modules/jest-regex-util/LICENSE 2\n',
    '2021-07-10T09:38:55.059Z fs No metadata for added file found: node_modules/jest-watcher/LICENSE 2\n',
    '2021-07-10T09:38:55.159Z fs No metadata for added file found: node_modules/jest-jasmine2/LICENSE 2\n',
    '2021-07-10T09:38:55.160Z fs No metadata for added file found: node_modules/jest-get-type/LICENSE 2\n',
    '2021-07-10T09:38:55.259Z fs No metadata for added file found: node_modules/jest-runner/LICENSE 2\n',
    '2021-07-10T09:38:55.360Z fs No metadata for added file found: node_modules/jest-mock/LICENSE 2\n',
    '2021-07-10T09:38:55.360Z fs No metadata for added file found: node_modules/whatwg-url/LICENSE 2.txt\n',
    '2021-07-10T09:38:55.360Z fs No metadata for added file found: node_modules/jest-leak-detector/LICENSE 2\n',
    '2021-07-10T09:38:55.450Z workers Scheduling Jest Test Run (1p6ob): 2021-07-10T09:38:45.705Z\n',
    '2021-07-10T09:38:55.454Z workers [1p6ob] Loaded unknown number of test(s)\n',
    '2021-07-10T09:38:55.454Z workers [1p6ob] Test executed: should display only one polyline\n',
    '2021-07-10T09:38:55.454Z workers [1p6ob] Test executed: should display some polylines\n',
    '2021-07-10T09:38:55.457Z workers [1p6ob] Run 2 test(s), skipped 0 test(s)\n',
    '2021-07-10T09:38:55.457Z workers Jest Test Run Complete (1p6ob): 2021-07-10T09:38:55.445Z\n',
    '2021-07-10T09:38:55.458Z workers [1p6ob] Sandbox is responsive, closing it\n',
    '2021-07-10T09:38:55.460Z fs No metadata for added file found: node_modules/yargs/index 2.js\n',
    '2021-07-10T09:38:55.461Z fs No metadata for added file found: node_modules/npm-run-path/license 2\n',
    '2021-07-10T09:38:55.507Z workers Scheduling Jest Test Run (6nrhk): 2021-07-10T09:38:45.705Z\n',
    '2021-07-10T09:38:55.517Z workers [6nrhk] Loaded unknown number of test(s)\n',
    '2021-07-10T09:38:55.518Z workers [6nrhk] Test executed: should draw\n',
    '2021-07-10T09:38:55.521Z workers [6nrhk] Run 1 test(s), skipped 0 test(s)\n',
    '2021-07-10T09:38:55.521Z workers Jest Test Run Complete (6nrhk): 2021-07-10T09:38:55.506Z\n',
    '2021-07-10T09:38:55.522Z workers [6nrhk] Sandbox is responsive, closing it\n',
    '2021-07-10T09:38:55.563Z fs No metadata for added file found: node_modules/string-length/license 2\n',
    '2021-07-10T09:38:55.563Z fs No metadata for added file found: node_modules/make-dir/license 2\n',
    '2021-07-10T09:38:55.563Z fs No metadata for added file found: node_modules/parse-json/license 2\n',
    '2021-07-10T09:38:55.563Z fs No metadata for added file found: node_modules/stack-utils/license 2\n',
    '2021-07-10T09:38:55.663Z fs No metadata for added file found: node_modules/jest-jasmine2/package 2.json\n',
    '2021-07-10T09:38:55.663Z fs No metadata for added file found: node_modules/jest-runner/package 2.json\n',
    '2021-07-10T09:38:55.663Z fs No metadata for added file found: node_modules/yargs/LICENSE 2\n',
    '2021-07-10T09:38:55.663Z fs No metadata for added file found: node_modules/is-wsl/index.d 2.ts\n',
    '2021-07-10T09:38:55.764Z fs No metadata for added file found: node_modules/yargs/lib/obj-filter.js\n',
    '2021-07-10T09:38:55.764Z fs No metadata for added file found: node_modules/whatwg-url/dist/VoidFunction.js\n',
    '2021-07-10T09:38:55.764Z fs No metadata for added file found: node_modules/whatwg-url/dist/infra.js\n',
    '2021-07-10T09:38:55.764Z fs No metadata for added file found: node_modules/yargs/lib/is-promise.js\n',
    '2021-07-10T09:38:55.797Z workers Scheduling Jest Test Run (98eor): 2021-07-10T09:38:45.705Z\n',
    '2021-07-10T09:38:55.814Z workers [98eor] Loaded unknown number of test(s)\n',
    '2021-07-10T09:38:55.814Z workers [98eor] Test executed: should display the romaji o\n',
    '2021-07-10T09:38:55.814Z workers [98eor] Test executed: should display the romaji yo\n',
    '2021-07-10T09:38:55.815Z workers [98eor] Test executed: should display the hiragana „Åä\n',
    '2021-07-10T09:38:55.815Z workers [98eor] Test executed: should display the hiragana „Çà\n',
    '2021-07-10T09:38:55.818Z workers [98eor] Run 4 test(s), skipped 0 test(s)\n',
    '2021-07-10T09:38:55.818Z workers Jest Test Run Complete (98eor): 2021-07-10T09:38:55.810Z\n',
    '2021-07-10T09:38:55.819Z workers [98eor] Sandbox is responsive, closing it\n',
    '2021-07-10T09:38:55.819Z workers Merging parallel test run results\n',
    '2021-07-10T09:38:55.821Z project Test run finished\n',
    '2021-07-10T09:38:55.821Z project Processed console.log entries\n',
    '2021-07-10T09:38:55.821Z project Processed loading sequences\n',
    '2021-07-10T09:38:55.822Z project Processed executed tests\n',
    '2021-07-10T09:38:55.824Z project Processed code coverage\n',
    '2021-07-10T09:38:55.838Z project Test run result processed and sent to IDE\n',
    '2021-07-10T09:38:55.865Z fs No metadata for added file found: node_modules/yargs/lib/yerror.js\n',
    '2021-07-10T09:38:55.865Z fs No metadata for added file found: node_modules/whatwg-url/dist/encoding.js\n',
    '2021-07-10T09:38:55.966Z fs No metadata for added file found: node_modules/yargs/lib/command.js\n',
    '2021-07-10T09:38:55.966Z fs No metadata for added file found: node_modules/whatwg-url/dist/URLSearchParams.js\n',
    '2021-07-10T09:38:55.966Z fs No metadata for added file found: node_modules/whatwg-url/dist/URL-impl.js\n',
    '2021-07-10T09:38:56.066Z fs No metadata for added file found: node_modules/yargs/lib/levenshtein.js\n',
    '2021-07-10T09:38:56.066Z fs No metadata for added file found: node_modules/yargs/lib/completion-templates.js\n',
    '2021-07-10T09:38:56.168Z fs No metadata for added file found: node_modules/whatwg-url/dist/percent-encoding.js\n',
    '2021-07-10T09:38:56.168Z fs No metadata for added file found: node_modules/yargs/lib/validation.js\n',
    '2021-07-10T09:38:56.169Z fs No metadata for added file found: node_modules/yargs/lib/completion.js\n',
    '2021-07-10T09:38:56.271Z fs No metadata for added file found: node_modules/whatwg-url/dist/urlencoded.js\n',
    '2021-07-10T09:38:56.271Z fs No metadata for added file found: node_modules/whatwg-url/dist/utils.js\n',
    '2021-07-10T09:38:56.371Z fs No metadata for added file found: node_modules/whatwg-url/dist/url-state-machine.js\n',
    '2021-07-10T09:38:56.371Z fs No metadata for added file found: node_modules/whatwg-url/dist/URLSearchParams-impl.js\n',
    '2021-07-10T09:38:56.371Z fs No metadata for added file found: node_modules/yargs/lib/middleware.js\n',
    '2021-07-10T09:38:56.471Z fs No metadata for added file found: node_modules/whatwg-url/dist/URL.js\n',
    '2021-07-10T09:38:56.471Z fs No metadata for added file found: node_modules/whatwg-url/dist/Function.js\n',
    '2021-07-10T09:38:56.471Z fs No metadata for added file found: node_modules/yargs/lib/argsert.js\n',
    '2021-07-10T09:38:56.471Z fs No metadata for added file found: node_modules/yargs/lib/apply-extends.js\n',
    '2021-07-10T09:38:56.572Z fs No metadata for added file found: node_modules/yargs/lib/usage.js\n',
    '2021-07-10T09:38:56.572Z fs No metadata for added file found: node_modules/jest-jasmine2/build/PCancelable.d.ts\n',
    '2021-07-10T09:38:56.675Z fs No metadata for added file found: node_modules/jest-worker/build/FifoQueue.js\n',
    '2021-07-10T09:38:56.675Z fs No metadata for added file found: node_modules/jest-worker/build/PriorityQueue.d.ts\n',
    '2021-07-10T09:38:56.675Z fs No metadata for added file found: node_modules/jest-worker/build/PriorityQueue.js\n',
    '2021-07-10T09:38:56.776Z fs No metadata for added file found: node_modules/jest-worker/build/FifoQueue.d.ts\n',
    '2021-07-10T09:38:56.776Z fs No metadata for added file found: node_modules/tr46/lib/statusMapping.js\n',
    '2021-07-10T09:38:56.876Z fs No metadata for added file found: node_modules/@types/website/babel.config.js\n',
    '2021-07-10T09:38:56.977Z fs No metadata for added file found: node_modules/@types/src/createIconSetFromIcoMoon.ts\n',
    '2021-07-10T09:38:56.978Z fs No metadata for added file found: node_modules/@types/src/createIconSetFromIcoMoon 2.ts\n',
    '2021-07-10T09:38:56.978Z fs No metadata for added file found: node_modules/@types/src/createIconSetFromFontello 2.ts\n',
    '2021-07-10T09:38:57.078Z fs No metadata for added file found: node_modules/@types/src/MaterialCommunityIcons.ts\n',
    '2021-07-10T09:38:57.078Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromIcoMoon.d.ts\n',
    '2021-07-10T09:38:57.178Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromIcoMoon.d 2.ts\n',
    '2021-07-10T09:38:57.178Z fs No metadata for added file found: node_modules/@types/build/Feather 2.js\n',
    '2021-07-10T09:38:57.279Z fs No metadata for added file found: node_modules/@types/website/yarn.lock\n',
    '2021-07-10T09:38:57.279Z fs No metadata for added file found: node_modules/@types/src/Entypo.ts\n',
    '2021-07-10T09:38:57.379Z fs No metadata for added file found: node_modules/@types/build/Feather.js\n',
    '2021-07-10T09:38:57.379Z fs No metadata for added file found: node_modules/@types/src/Ionicons 2.ts\n',
    '2021-07-10T09:38:57.479Z fs No metadata for added file found: node_modules/@types/website/README.md\n',
    '2021-07-10T09:38:57.479Z fs No metadata for added file found: node_modules/@types/build/AntDesign.js\n',
    '2021-07-10T09:38:57.579Z fs No metadata for added file found: node_modules/@types/src/FontAwesome5 2.ts\n',
    '2021-07-10T09:38:57.579Z fs No metadata for added file found: node_modules/@types/website/App.js\n',
    '2021-07-10T09:38:57.680Z fs No metadata for added file found: node_modules/@types/src/MaterialCommunityIcons 2.ts\n',
    '2021-07-10T09:38:57.680Z fs No metadata for added file found: node_modules/@types/src/Ionicons.ts\n',
    '2021-07-10T09:38:57.780Z fs No metadata for added file found: node_modules/@types/website/app.json\n',
    '2021-07-10T09:38:57.780Z fs No metadata for added file found: node_modules/@types/build/AntDesign 2.js\n',
    '2021-07-10T09:38:57.880Z fs No metadata for added file found: node_modules/@types/src/createIconSetFromFontello.ts\n',
    '2021-07-10T09:38:57.880Z fs No metadata for added file found: node_modules/@types/src/FontAwesome5.ts\n',
    '2021-07-10T09:38:57.980Z fs No metadata for added file found: node_modules/@types/src/createIconSet.tsx\n',
    '2021-07-10T09:38:57.980Z fs No metadata for added file found: node_modules/@types/website/IconConstants.js\n',
    '2021-07-10T09:38:58.080Z fs No metadata for added file found: node_modules/@types/src/createIconSet 2.tsx\n',
    '2021-07-10T09:38:58.080Z fs No metadata for added file found: node_modules/@types/build/SimpleLineIcons.js.map\n',
    '2021-07-10T09:38:58.181Z fs No metadata for added file found: node_modules/@types/build/Fontisto.js.map\n',
    '2021-07-10T09:38:58.181Z fs No metadata for added file found: node_modules/@types/build/Fontisto.d 2.ts\n',
    '2021-07-10T09:38:58.281Z fs No metadata for added file found: node_modules/@types/build/Zocial.js 2.map\n',
    '2021-07-10T09:38:58.281Z fs No metadata for added file found: node_modules/@types/build/Fontisto.d.ts\n',
    '2021-07-10T09:38:58.381Z fs No metadata for added file found: node_modules/@types/build/IconsLazy.js 2.map\n',
    '2021-07-10T09:38:58.381Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontAwesome5.d.ts\n',
    '2021-07-10T09:38:58.481Z fs No metadata for added file found: node_modules/@types/build/SimpleLineIcons 2.js\n',
    '2021-07-10T09:38:58.481Z fs No metadata for added file found: node_modules/@types/build/Foundation.js.map\n',
    '2021-07-10T09:38:58.481Z fs No metadata for added file found: node_modules/@types/build/Foundation 2.js\n',
    '2021-07-10T09:38:58.582Z fs No metadata for added file found: node_modules/@types/build/Zocial 2.js\n',
    '2021-07-10T09:38:58.582Z fs No metadata for added file found: node_modules/@types/build/iconFontSources.js 2.map\n',
    '2021-07-10T09:38:58.682Z fs No metadata for added file found: node_modules/@types/build/MaterialCommunityIcons.d.ts\n',
    '2021-07-10T09:38:58.683Z fs No metadata for added file found: node_modules/@types/build/Foundation.js 2.map\n',
    '2021-07-10T09:38:58.683Z fs No metadata for added file found: node_modules/@types/build/SimpleLineIcons.js 2.map\n',
    '2021-07-10T09:38:58.782Z fs No metadata for added file found: node_modules/@types/build/createIconSet.d 2.ts\n',
    '2021-07-10T09:38:58.883Z fs No metadata for added file found: node_modules/@types/build/Octicons.d 2.ts\n',
    '2021-07-10T09:38:58.983Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontAwesome5.d 2.ts\n',
    '2021-07-10T09:38:58.983Z fs No metadata for added file found: node_modules/@types/build/Foundation.d 2.ts\n',
    '2021-07-10T09:38:58.983Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontAwesome5.js.map\n',
    '2021-07-10T09:38:59.083Z fs No metadata for added file found: node_modules/@types/build/FontAwesome.d.ts\n',
    '2021-07-10T09:38:59.084Z fs No metadata for added file found: node_modules/@types/build/FontAwesome5.d 2.ts\n',
    '2021-07-10T09:38:59.084Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontello.js.map\n',
    '2021-07-10T09:38:59.183Z fs No metadata for added file found: node_modules/@types/src/typings.d 2.ts\n',
    '2021-07-10T09:38:59.184Z fs No metadata for added file found: node_modules/@types/src/Icons.ts\n',
    '2021-07-10T09:38:59.284Z fs No metadata for added file found: node_modules/@types/build/EvilIcons.js 2.map\n',
    '2021-07-10T09:38:59.284Z fs No metadata for added file found: node_modules/@types/build/createIconSet 2.js\n',
    '2021-07-10T09:38:59.384Z fs No metadata for added file found: node_modules/@types/src/FontAwesome 2.ts\n',
    '2021-07-10T09:38:59.385Z fs No metadata for added file found: node_modules/@types/build/Octicons.d.ts\n',
    '2021-07-10T09:38:59.385Z fs No metadata for added file found: node_modules/@types/src/Icons 2.ts\n',
    '2021-07-10T09:38:59.485Z fs No metadata for added file found: node_modules/@types/src/typings.d.ts\n',
    '2021-07-10T09:38:59.485Z fs No metadata for added file found: node_modules/@types/build/IconsLazy.js.map\n',
    '2021-07-10T09:38:59.485Z fs No metadata for added file found: node_modules/@types/build/Entypo 2.js\n',
    '2021-07-10T09:38:59.585Z fs No metadata for added file found: node_modules/@types/build/EvilIcons.js.map\n',
    '2021-07-10T09:38:59.585Z fs No metadata for added file found: node_modules/@types/build/FontAwesome.d 2.ts\n',
    '2021-07-10T09:38:59.685Z fs No metadata for added file found: node_modules/@types/build/Entypo.js.map\n',
    '2021-07-10T09:38:59.786Z fs No metadata for added file found: node_modules/@types/src/iconFontSources 2.ts\n',
    '2021-07-10T09:38:59.787Z fs No metadata for added file found: node_modules/@types/build/createMultiStyleIconSet.js.map\n',
    '2021-07-10T09:38:59.787Z fs No metadata for added file found: node_modules/@types/build/createIconSet.d.ts\n',
    '2021-07-10T09:38:59.787Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromIcoMoon.js\n',
    '2021-07-10T09:38:59.886Z fs No metadata for added file found: node_modules/@types/build/Zocial.js.map\n',
    '2021-07-10T09:38:59.886Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromIcoMoon 2.js\n',
    '2021-07-10T09:38:59.987Z fs No metadata for added file found: node_modules/@types/build/IconsLazy 2.js\n',
    '2021-07-10T09:38:59.988Z fs No metadata for added file found: node_modules/@types/build/Foundation.d.ts\n',
    '2021-07-10T09:38:59.988Z fs No metadata for added file found: node_modules/@types/build/Octicons.js.map\n',
    '2021-07-10T09:39:00.087Z fs No metadata for added file found: node_modules/@types/build/FontAwesome5.d.ts\n',
    '2021-07-10T09:39:00.087Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontello.js\n',
    '2021-07-10T09:39:00.187Z fs No metadata for added file found: node_modules/@types/src/iconFontSources.ts\n',
    '2021-07-10T09:39:00.187Z fs No metadata for added file found: node_modules/@types/build/IconsLazy.js\n',
    '2021-07-10T09:39:00.187Z fs No metadata for added file found: node_modules/@types/build/createMultiStyleIconSet.js\n',
    '2021-07-10T09:39:00.288Z fs No metadata for added file found: node_modules/@types/build/Foundation.js\n',
    '2021-07-10T09:39:00.289Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontello 2.js\n',
    '2021-07-10T09:39:00.289Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontello.js 2.map\n',
    '2021-07-10T09:39:00.389Z fs No metadata for added file found: node_modules/@types/build/AntDesign.js.map\n',
    '2021-07-10T09:39:00.389Z fs No metadata for added file found: node_modules/@types/build/createIconSet.js\n',
    '2021-07-10T09:39:00.491Z fs No metadata for added file found: node_modules/@types/build/iconFontSources.js.map\n',
    '2021-07-10T09:39:00.491Z fs No metadata for added file found: node_modules/@types/build/Entypo.d.ts\n',
    '2021-07-10T09:39:00.491Z fs No metadata for added file found: node_modules/@types/build/Feather.d 2.ts\n',
    '2021-07-10T09:39:00.591Z fs No metadata for added file found: node_modules/@types/build/Entypo.js\n',
    '2021-07-10T09:39:00.591Z fs No metadata for added file found: node_modules/@types/build/createIconSet.js 2.map\n',
    '2021-07-10T09:39:00.591Z fs No metadata for added file found: node_modules/@types/build/Feather.d.ts\n',
    '2021-07-10T09:39:00.591Z fs No metadata for added file found: node_modules/@types/build/Zocial.d.ts\n',
    '2021-07-10T09:39:00.692Z fs No metadata for added file found: node_modules/@types/build/Entypo.d 2.ts\n',
    '2021-07-10T09:39:00.792Z fs No metadata for added file found: node_modules/@types/build/createMultiStyleIconSet 2.js\n',
    '2021-07-10T09:39:00.793Z fs No metadata for added file found: node_modules/@types/build/createIconSet.js.map\n',
    '2021-07-10T09:39:00.893Z fs No metadata for added file found: node_modules/@types/build/Zocial.d 2.ts\n',
    '2021-07-10T09:39:00.893Z fs No metadata for added file found: node_modules/@types/build/Zocial.js\n',
    '2021-07-10T09:39:00.993Z fs No metadata for added file found: node_modules/@types/build/Fontisto.js 2.map\n',
    '2021-07-10T09:39:00.993Z fs No metadata for added file found: node_modules/@types/build/createIconSetFromFontAwesome5.js 2.map\n',
    '2021-07-10T09:39:01.096Z fs No metadata for added file found: node_modules/@types/build/AntDesign.js 2.map\n',
    '2021-07-10T09:39:01.096Z fs No metadata for added file found: node_modules/@types/build/SimpleLineIcons.js\n',
    '2021-07-10T09:39:01.197Z fs No metadata for added file found: node_modules/@types/build/Entypo.js 2.map\n',
    '2021-07-10T09:39:01.197Z fs No metadata for added file found: node_modules/@types/build/MaterialCommunityIcons.d 2.ts\n',
    '2021-07-10T09:39:01.298Z fs No metadata for added file found: node_modules/@types/build/createMultiStyleIconSet.js 2.map\n',
    '2021-07-10T09:39:01.299Z fs No metadata for added file found: node_modules/@types/build/FontAwesome5.js\n',
    '2021-07-10T09:39:01.401Z fs No metadata for added file found: node_modules/@types/src/FontAwesome.ts\n',
    '2021-07-10T09:39:01.503Z fs No metadata for added file found: node_modules/@types/build/Octicons.js 2.map\n',
    '2021-07-10T09:39:01.604Z fs No metadata for added file found: node_modules/@types/build/FontAwesome5 2.js\n',
    '2021-07-10T09:39:01.604Z fs No metadata for added file found: node_modules/@types/build/Fontisto 2.js\n',
    '2021-07-10T09:39:01.605Z fs No metadata for added file found: node_modules/@types/build/Icons 2.js\n',
    '2021-07-10T09:39:01.705Z fs No metadata for added file found: node_modules/@types/website/package.json\n',
    '2021-07-10T09:39:01.706Z fs No metadata for added file found: node_modules/@types/build/Octicons.js\n',
    '2021-07-10T09:39:01.808Z fs No metadata for added file found: node_modules/@types/build/EvilIcons.d 2.ts\n',
    '2021-07-10T09:39:01.808Z fs No metadata for added file found: node_modules/@types/build/Ionicons.js.map\n',
    '2021-07-10T09:39:01.908Z fs No metadata for added file found: node_modules/@types/src/createMultiStyleIconSet 2.ts\n',
    '2021-07-10T09:39:01.908Z fs No metadata for added file found: node_modules/@types/build/Feather.js.map\n'
  ]
}
@smcenlly
Copy link
Member

My jest test is OK when I launch the command but I have an error with Wallaby on Visual Studio Code

Can you please describe how you are starting jest? If you run npx jest from your project root, does it work for you?

@PaulCouthouis
Copy link
Author

Yes it work.
I have the same problem with this simple code:

Capture d’écran 2021-07-13 à 22 16 23

ps: anyway, I like your tool, it's amazing

@smcenlly
Copy link
Member

We're not sure why this is failing in Wallaby and not when you run Jest from the CLI but we have found this:

facebook/fbjs#441

The open pull request mentioned in the issue says:

This change is required to use the react-native preset in jest 27: https://github.com/reduxjs/react-redux/pull/1733/checks?check_run_id=2820313064#step:6:25


We're continuing to investigate and will post an update when we have more information to share.

@smcenlly
Copy link
Member

We believe that we have now fixed your problem.

Please update to the latest version of Wallaby core, v1.0.1109; this version should fix your problem.

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

2 participants