run es6 tests in karma

This commit is contained in:
Eric Hulburd
2016-03-04 17:43:39 -06:00
parent aa885f331c
commit 43a9daf94e
7 changed files with 162 additions and 48 deletions

View File

@@ -50,6 +50,17 @@
"gulp-copy": "0.0.2",
"jasmine-core": "2.4.1",
"react-templates": "0.4.1",
"jasmine-es6": "0.1.4"
"jasmine-es6": "0.1.4",
"karma": "^0.13.19",
"babel-plugin-add-module-exports": "^0.1.2",
"karma-webpack": "^1.7.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-sourcemap-loader": "^0.3.7",
"phantomjs-prebuilt": "2.1.4",
"babel-istanbul": "^0.6.0",
"babel-istanbul-loader": "0.0.1",
"karma-phantomjs-launcher": "1.0.0"
}
}