Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Ignore `cli-spinners` and `inquirer`, since avajs#1722 removes them.

Ignore `git-branch`, since the benchmark utils are currently broken
(avajs#1756).

Ignore `globby` as it has significant breaking changes.
  • Loading branch information
novemberborn committed Apr 2, 2018
1 parent 28c8acd commit 4e24ece
Show file tree
Hide file tree
Showing 4 changed files with 1,813 additions and 581 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/flow.md
Original file line number Diff line number Diff line change
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.66.
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.

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
Original file line number Diff line number Diff line change
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.2.
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.

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

Expand Down
Loading

0 comments on commit 4e24ece

Please sign in to comment.