Skip to content

Commit b63f4cd

Browse files
stevetaggartKent C. Dodds
authored andcommitted
Make capitalization of Node consistent (testing-library#253)
1 parent 93441f9 commit b63f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ with the `testEnvironment` set to `jest-environment-jsdom` (which is the default
253253
configuration with Jest).
254254

255255
`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
256+
runs in Node. If you're not using Jest and you would like to run your tests in
257257
Node, then you must install jsdom yourself. There's also a package called
258258
`jsdom-global` which can be used to setup the global environment to simulate the
259259
browser APIs.

0 commit comments

Comments
 (0)