03/01: adjust the alert role assertion #28
Annotations
11 errors
|
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'.
|
The logs for this run have expired and are no longer available.
Loading