Caio Borghi
Results
2
issues of
Caio Borghi
I'm trying to use a custom configuration for jest by running this command `react-scripts test -- --config=jest.config.js` ``` jest.config.js /* eslint-disable no-undef */ module.exports = { setupFilesAfterEnv: ['/jestSetup.js'], preset: 'ts-jest',...
needs triage
**Is your feature request related to a problem? Please describe.** I want to be able to see (and hopefully set) the entire state of a component. **Describe the solution you'd...