Skip to content

Commit

Permalink
Bump dependencies & update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Dec 15, 2018
1 parent c1364a1 commit 84d8fff
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 217 deletions.
4 changes: 0 additions & 4 deletions docs/recipes/babelrc.md
Expand Up @@ -3,7 +3,3 @@
Translations: [Fran莽ais](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/babelrc.md)

This recipe has moved. Please see our [new Babel recipe](babel.md).

---

If you're using an older AVA version, please see [version 0.25.0 of this recipe](https://github.com/avajs/ava/blob/v0.25.0/docs/recipes/babelrc.md).
2 changes: 1 addition & 1 deletion docs/recipes/debugging-with-webstorm.md
Expand Up @@ -30,7 +30,7 @@ Your `package.json` will look something like this:
"test": "ava"
},
"devDependencies": {
"ava": "^0.20.0"
"ava": "^1.0.0"
}
}
```
Expand Down
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.86.0.
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.89.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.6.
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.2.2.

## Configuring AVA to compile TypeScript files on the fly

Expand Down

0 comments on commit 84d8fff

Please sign in to comment.