'React' refers to a UMD global, but the current file is a module.
I am using Deno with the GitHub Actions, and my
linting
linting
is getting passed but I don't know what is happening when Deno trying to run
tests
tests
I am getting an error
Check file:///home/runner/work/react-todo/react-todo/__tests__/page.test.tsxerror: TS2686 [ERROR]: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. render(<Home />) ~~~~ at file:///home/runner/work/react-todo/react-todo/__tests__/page.test.tsx:7:11
Check file:///home/runner/work/react-todo/react-todo/__tests__/page.test.tsxerror: TS2686 [ERROR]: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. render(<Home />) ~~~~ at file:///home/runner/work/react-todo/react-todo/__tests__/page.test.tsx:7:11