Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Nov 11, 2018
1 parent 6f54db8 commit f97e277
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 93 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/flow.md
Expand Up @@ -4,7 +4,7 @@ Translations: [Fran莽ais](https://github.com/avajs/ava-docs/blob/master/fr_FR/do

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

This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.83.0.
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.86.0.

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/typescript.md
Expand Up @@ -4,7 +4,7 @@ Translations: [Espa帽ol](https://github.com/avajs/ava-docs/blob/master/es_ES/doc

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

This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.1.3.
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.1.6.

## Configuring AVA to compile TypeScript files on the fly

Expand Down

0 comments on commit f97e277

Please sign in to comment.