react-dom-testing icon indicating copy to clipboard operation
react-dom-testing copied to clipboard

A tiny wrapper around react-dom/test-utils to make it more convenient.

Results 15 react-dom-testing issues
Sort by recently updated
recently updated
newest added

Bumps [sinon](https://github.com/sinonjs/sinon) from 7.2.3 to 15.0.2. Changelog Sourced from sinon's changelog. 15.0.2 19bd99f3 Use no-op for every function when restoring instances (#2499) (Carl-Erik Kopseng) 8663ffa0 Upgrade deps (#2498) (Carl-Erik Kopseng)...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 23.6.0 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...

dependencies

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.9.0 to 2.27.5. Release notes Sourced from eslint-plugin-import's releases. v2.25.2 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2 v2.25.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1 v2.25.0 What's Changed [Tests] use ESLint class in cli test...

dependencies

Bumps [unexpected](https://github.com/unexpectedjs/unexpected) from 11.0.1 to 13.1.0. Changelog Sourced from unexpected's changelog. v13.1.0 (2022-12-23) Pull requests #853 Upgrade ukkonen to version 2.1.0 (depfu[bot]) Commits to master Fix doc typos (Andreas Lind)...

dependencies

Bumps [babel-preset-env](https://github.com/babel/babel-preset-env) from 1.6.1 to 1.7.0. Changelog Sourced from babel-preset-env's changelog. Changelog Commits 31f33e3 1.7.0 d022193 Update yarn.lock 2f39655 Update browserslist to the latest (#458) 24b99ec update readme [skip ci]...

dependencies

I'm considering to support a less verbose chaining syntax: ```js simulate(element) .click() .change('.input', { value: 'foobar' }) .keyUp({ data: { keyCode: 13 } }) .click('.close') ``` I think we should...

enhancement

Components that render into the body through a portal needs to be unmounted to make sure the markup doesn't stay around in the body.

Documentation

If you mount a component that returns different root elements when you interact with it, then you need to mount it within a wrapper element.

Documentation