You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,19 @@ Default: `process.cwd()`
220
220
221
221
Current working directory of the project to retrieve the diagnostics for.
222
222
223
+
##### typingsFile
224
+
225
+
Type: `string`<br>
226
+
Default: The `types` property in `package.json`.
227
+
228
+
Path to the type definition file you want to test. This can be useful when using a test runner to test specific type definitions per test.
229
+
230
+
##### testFiles
231
+
232
+
Type: `string[]`<br>
233
+
Default: Finds files with `.test-d.ts` or `.test-d.tsx` extension.
234
+
235
+
An array of test files with their path. Uses [globby](https://github.com/sindresorhus/globby) under the hood so that you can fine tune test file discovery.
0 commit comments