File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
var resolveFrom = require ( 'resolve-from' ) ;
3
3
var createEspowerPlugin = require ( 'babel-plugin-espower/create' ) ;
4
4
var requireFromString = require ( 'require-from-string' ) ;
5
- require ( 'babel-runtime/regenerator/runtime' ) ;
6
5
7
6
// var hasGenerators = parseInt(process.version.slice(1), 10) > 0;
8
7
var testPath = process . argv [ 2 ] ;
@@ -20,8 +19,8 @@ var options = {
20
19
plugins : [
21
20
createEspowerPlugin ( babel , {
22
21
patterns : require ( './enhance-assert' ) . PATTERNS
23
- } )
24
- // , 'transform-runtime'
22
+ } ) ,
23
+ 'transform-runtime'
25
24
]
26
25
} ;
27
26
Original file line number Diff line number Diff line change 34
34
"scripts" : {
35
35
"test" : " xo && nyc tape test/*.js | tap-spec" ,
36
36
"test-win" : " tape test/*.js | tap-spec" ,
37
- "coveralls" : " nyc report --reporter=text-lcov | coveralls"
37
+ "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
38
+ "debug" : " node ./lib/babel.js /Users/jamestalmage/WebstormProjects/ava/test/fixture/async-await.js"
38
39
},
39
40
"files" : [
40
41
" index.js" ,
65
66
"ava-init" : " ^0.1.0" ,
66
67
"babel-core" : " ^6.1.20" ,
67
68
"babel-plugin-espower" : " ^2.0.0" ,
68
- "babel-plugin-transform-runtime" : " 6.0.14 " ,
69
+ "babel-plugin-transform-runtime" : " ^6.1.18 " ,
69
70
"babel-preset-es2015" : " 6.0.14" ,
70
71
"babel-preset-stage-3" : " 6.0.14" ,
71
- "babel-runtime" : " 6.0.14 " ,
72
+ "babel-runtime" : " ^5.8.34 " ,
72
73
"bluebird" : " ^3.0.0" ,
73
74
"chalk" : " ^1.0.0" ,
74
75
"co-with-promise" : " ^4.6.0" ,
You can’t perform that action at this time.
0 commit comments