only run traceur and esnext on ALL_6TO5_TESTS environment variable

This commit is contained in:
Sebastian McKenzie
2015-01-05 12:39:01 +11:00
parent f34907d518
commit b12734abd6
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
if (!process.env.ALL_6TO5_TESTS) return;
require("./_transformation-helper")({
name: "esnext"
});