Upgrade jest #3050
Annotations
1 error and 1 warning
Error: Command failed: LAUNCHDARKLY_FLAGS=tokenThemes,gitBranchSelector,multiFileSync,tokenFlowButton npx jest --collectCoverageFrom='["src/**/*.{js,jsx,ts,tsx}"]' --coverage --collectCoverage=true --coverageDirectory='./' --coverageReporters='json-summary' --forceExit --detectOpenHandles
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
PASS src/storage/__tests__/GithubTokenStorage.test.ts
● Console
console.error
undefined
130 | return !!newBranch.data.ref;
131 | } catch (err) {
> 132 | console.error(err);
| ^
133 | return false;
134 | }
135 | }
at GithubTokenStorage.createBranch (src/storage/GithubTokenStorage.ts:132:15)
at runMicrotasks (<anonymous>)
at async Object.<anonymous> (src/storage/__tests__/GithubTokenStorage.test.ts:77:12)
console.error
Error SyntaxError: Unexpected token o in JSON at position 1
at JSON.parse (<anonymous>)
at map (/home/runner/work/figma-plugin/figma-plugin/src/storage/GithubTokenStorage.ts:208:35)
at Array.map (<anonymous>)
at GithubTokenStorage.read (/home/runner/work/figma-plugin/figma-plugin/src/storage/GithubTokenStorage.ts:198:43)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Object.<anonymous> (/home/runner/work/figma-plugin/figma-plugin/src/storage/__tests__/GithubTokenStorage.test.ts:321:12)
270 | } catch (e) {
271 | // Raise error (usually this is an auth error)
> 272 | console.error('Error', e);
| ^
273 | return [];
274 | }
275 | }
at GithubTokenStorage.read (src/storage/GithubTokenStorage.ts:272:15)
at runMicrotasks (<anonymous>)
at async Object.<anonymous> (src/storage/__tests__/GithubTokenStorage.test.ts:321:12)
console.error
Error Error
at Object.<anonymous> (/home/runner/work/figma-plugin/figma-plugin/src/storage/__tests__/GithubTokenStorage.test.ts:546:22)
at /home/runner/work/figma-plugin/figma-plugin/node_modules/jest-environment-jsdom/node_modules/jest-mock/build/index.js:397:39
at Object.<anonymous> (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-environment-jsdom/node_modules/jest-mock/build/index.js:404:13)
at Object.getContent (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-environment-jsdom/node_modules/jest-mock/build/index.js:148:19)
at GithubTokenStorage.read (/home/runner/work/figma-plugin/figma-plugin/src/storage/GithubTokenStorage.ts:157:60)
at Object.<anonymous> (/home/runner/work/figma-plugin/figma-plugin/src/storage/__tests__/GithubTokenStorage.test.ts:548:34)
at Promise.then.completed (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-circus/build/utils.js:298:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-circus/build/utils.js:231:10)
at _callCircusTest (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-circus/build/run.js:316:40)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async _runTest (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-circus/build/run.js:252:3)
at async _runTestsForDescribeBlock (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-circus/build/run.js:126:9)
at async _runTestsForDescribeBlock (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-circus/build/run.js:121:9)
at async run (/home/runner/work/figma-plugin/figma-plugin/node_modules/jest-circus/build/run.js:71:3)
at async runAndTransformResultsToJestFormat (/home/runner/work/figma-plugin/figma-plugi
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, anuraag016/Jest-Coverage-Diff@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading