Skip to content

Commit edc519e

Browse files
authored
fixed a minor typo (#435)
that can still cause a lot of confusion :)
1 parent 64c1678 commit edc519e

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
@@ -214,7 +214,7 @@ _Typescript config needs to be updated as follow:_
214214
// ...,
215215
+ "baseUrl": "src",
216216
+ "paths": {
217-
+ "test-utils": ["../utils/test-utils"]
217+
+ "test-utils": ["./utils/test-utils"]
218218
+ }
219219
}
220220
}

0 commit comments

Comments
 (0)