Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Work around eslint/eslint#9980 by disabling
the `no-await-in-loop` rule for the entire test file.
  • Loading branch information
novemberborn committed Feb 19, 2018
1 parent e444654 commit 565a37c
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 131 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.64.
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.66.

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 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 2.7.1.
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 2.7.2.

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

Expand Down

0 comments on commit 565a37c

Please sign in to comment.