You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,16 +364,7 @@ test(t => {
364
364
});
365
365
```
366
366
367
-
You can also use your own local Babel version:
368
-
369
-
```json
370
-
{
371
-
"devDependencies": {
372
-
"ava": "^0.6.0",
373
-
"babel-core": "^5.8.0"
374
-
}
375
-
}
376
-
```
367
+
We don't yet [support Babel 6](https://github.com/sindresorhus/ava/pull/221), but you can use any Babel version in your project. We use our own bundled one.
0 commit comments