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: docs/recipes/typescript.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ AVA comes bundled with a TypeScript definition file. This allows developers to l
6
6
7
7
Out of the box AVA does not load TypeScript test files, however. Rudimentary support is available via the [`@ava/typescript`] package. You can also use AVA with [`ts-node`]. Read on for details.
8
8
9
-
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.7.5.
9
+
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition expects at least version 3.7.5.
0 commit comments