File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ module.exports = {
147
147
148
148
### Introduction
149
149
150
- All configuration of ` ts-jest ` specific options locate under ` globals.ts-jest ` path of your Jest config:
150
+ All ` ts-jest ` specific options are located under the ` globals.ts-jest ` path of your Jest config:
151
151
152
152
<div class =" row " ><div class =" col-md-6 " markdown =" block " >
153
153
@@ -183,7 +183,7 @@ module.exports = {
183
183
184
184
#### IDE ` ts-jest ` config suggestion
185
185
186
- To utilize IDE suggestion , you can use ` JSDOC ` to provide suggested ` ts-jest ` configs for your Jest config:
186
+ To utilize IDE suggestions , you can use ` JSDoc ` comments to provide suggested ` ts-jest ` configs for your Jest config:
187
187
188
188
``` js
189
189
/** @typedef {import('ts-jest')} */
You can’t perform that action at this time.
0 commit comments