jest.config.ts file not working with react-scripts test
I am new to Jest and struggling to setup in my React TypeScript Web app. I want to keep all my Jest configuration details in a single file jest.config.ts
. I keep getting an unknown long list of errors:
Jest tells me to use act, but then IDE indicates it is deprecated. what is best?
Confused about whether to use act
or something else?