03/01: add newsletter form #22
Annotations
10 errors and 1 warning
exercises/01.sunsetting-jsdom/01.problem.break-jsdom/tsconfig.base.json#L21
Unknown compiler option 'noUncheckedSideEffectImports'.
|
exercises/01.sunsetting-jsdom/01.problem.break-jsdom/tsconfig.node.json#L20
Unknown compiler option 'noUncheckedSideEffectImports'.
|
exercises/01.sunsetting-jsdom/01.problem.break-jsdom/src/file-preview.test.tsx#L1
All imports in import declaration are unused.
|
exercises/01.sunsetting-jsdom/01.problem.break-jsdom/src/file-preview.test.tsx#L2
All imports in import declaration are unused.
|
exercises/01.sunsetting-jsdom/01.problem.break-jsdom/src/file-preview.test.tsx#L4
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
exercises/01.sunsetting-jsdom/01.solution.break-jsdom/tsconfig.base.json#L21
Unknown compiler option 'noUncheckedSideEffectImports'.
|
exercises/01.sunsetting-jsdom/01.solution.break-jsdom/tsconfig.node.json#L20
Unknown compiler option 'noUncheckedSideEffectImports'.
|
exercises/01.sunsetting-jsdom/01.solution.break-jsdom/src/file-preview.test.tsx#L1
'it' is declared but its value is never read.
|
exercises/01.sunsetting-jsdom/01.solution.break-jsdom/src/file-preview.test.tsx#L5
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
exercises/02.vitest-browser-mode/01.solution.installation-and-setup/tsconfig.base.json#L21
Unknown compiler option 'noUncheckedSideEffectImports'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading