Skip to content

Commit 6bba766

Browse files
BusbyActualnovemberborn
authored andcommitted
Update Vue docs for AVA 1.0
1 parent c41efb0 commit 6bba766

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/recipes/vue.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
> **Please note, this recipe has not yet been updated for Babel 7 support in AVA 1.0.**
2-
3-
---
4-
51
# Testing Vue.js components
62

73
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/vue.md)
@@ -23,7 +19,6 @@ The first step is setting up a helper to configure the environment to transpile
2319
```json
2420
{
2521
"ava": {
26-
"babel": "inherit",
2722
"require": [
2823
"./test/helpers/setup.js"
2924
]
@@ -48,7 +43,7 @@ hooks('vue').plugin('vue').push();
4843
hooks(['vue', 'js']).plugin('babel').push();
4944
```
5045

51-
You can find more information about setting up Babel with AVA in the [babelrc recipe](babelrc.md).
46+
You can find more information about setting up Babel with AVA in the [Babel recipe](babel.md).
5247

5348
## Sample snapshot test
5449

0 commit comments

Comments
 (0)