Skip to content

Commit 02ea7b6

Browse files
committed
Update non-Babel-related dependencies
1 parent 5ff3e09 commit 02ea7b6

File tree

5 files changed

+1903
-1636
lines changed

5 files changed

+1903
-1636
lines changed

docs/recipes/flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/do
44

55
AVA comes bundled with a Flow definition file. This allows developers to leverage Flow for writing tests.
66

7-
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.69.0.
7+
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.73.0.
88

99
We recommend you use AVA's built-in Babel pipeline to strip Flow type annotations and declarations. AVA automatically applies your project's Babel configuration, so everything may just work without changes. Alternatively install [`@babel/plugin-transform-flow-strip-types`](https://www.npmjs.com/package/@babel/plugin-transform-flow-strip-types) and customize AVA's configuration in the `package.json` file (or the `ava.config.js` file) as follows:
1010

docs/recipes/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/doc
44

55
AVA comes bundled with a TypeScript definition file. This allows developers to leverage TypeScript for writing tests.
66

7-
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 2.8.1.
7+
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 2.8.3.
88

99
Add a `test` script in the `package.json` file. It will compile the project first and then run AVA.
1010

0 commit comments

Comments
 (0)