There was an error while loading. Please reload this page.
1 parent 93441f9 commit b63f4cdCopy full SHA for b63f4cd
docs/react-testing-library/setup.md
@@ -253,7 +253,7 @@ with the `testEnvironment` set to `jest-environment-jsdom` (which is the default
253
configuration with Jest).
254
255
`jsdom` is a pure JavaScript implementation of the DOM and browser APIs that
256
-runs in node. If you're not using Jest and you would like to run your tests in
+runs in Node. If you're not using Jest and you would like to run your tests in
257
Node, then you must install jsdom yourself. There's also a package called
258
`jsdom-global` which can be used to setup the global environment to simulate the
259
browser APIs.
0 commit comments