Skip to content

Revisions

  • Fix link to testing docs

    @johnathanludwig johnathanludwig committed Aug 26, 2022
  • Updated Testing (markdown)

    @dai-shi dai-shi committed Aug 7, 2022
  • Update to support create with middleware for typescript `create<IState>()(subscribeWithSelector(createStore))`

    @smilovanovic smilovanovic committed Jun 28, 2022
  • `act ` needs to be imported from `react-dom/test-utils` or `@testing-library/react`

    @ivancuric ivancuric committed Mar 30, 2021
  • The previous version which did not have `resetFn` wrapped in `act()` only worked when used in a Create React App project. The reason was that CRA uses `jest-circus` as a test runner.

    @ivancuric ivancuric committed Mar 30, 2021
  • Kick off wiki by adding a Testing page

    @3nvi 3nvi committed Jan 6, 2021