Luiz Cláudio
Luiz Cláudio
Operators
@iliakan I do.
Hi, @rmasouza. To take an item from the checklist you should comment only its title as this one https://github.com/javascript-tutorial/pt.javascript.info/issues/1#issuecomment-521220542
I solved just adding `jest-styled-components` into `compilerOptions.types`: ## tsconfig.json ```json { "compilerOptions": { "types": ["jest", "node", "@testing-library/jest-dom", "jest-styled-components"] } } ```