abstract out test runner into a module, move traceur and esnext tests to babel-preset-es2015, clean up and make existing tests more consistent

This commit is contained in:
Sebastian McKenzie
2015-11-08 21:58:01 -08:00
parent f13ba90f17
commit 5f40b53dee
655 changed files with 315 additions and 1664 deletions

View File

@@ -51,6 +51,8 @@
"source-map-support": "^0.2.10"
},
"devDependencies": {
"babel-helper-fixtures": "^6.0.0",
"babel-helper-transform-fixture-test-runner": "^6.0.0",
"babel-polyfill": "^6.0.16"
}
}