Skip to content

Commit 8a12ddf

Browse files
DenrizSusamianschmitz
authored andcommitted
Fix typo in doc (#6454)
"Collocation" insead of "Colocation".
1 parent a8af55d commit 8a12ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/running-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Jest will look for test files with any of the following popular naming conventio
2525

2626
The `.test.js` / `.spec.js` files (or the `__tests__` folders) can be located at any depth under the `src` top level folder.
2727

28-
We recommend to put the test files (or `__tests__` folders) next to the code they are testing so that relative imports appear shorter. For example, if `App.test.js` and `App.js` are in the same folder, the test just needs to `import App from './App'` instead of a long relative path. Colocation also helps find tests more quickly in larger projects.
28+
We recommend to put the test files (or `__tests__` folders) next to the code they are testing so that relative imports appear shorter. For example, if `App.test.js` and `App.js` are in the same folder, the test just needs to `import App from './App'` instead of a long relative path. Collocation also helps find tests more quickly in larger projects.
2929

3030
## Command Line Interface
3131

0 commit comments

Comments
 (0)