File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 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
73Translations: [ 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();
4843hooks ([' 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
You can’t perform that action at this time.
0 commit comments