PhantomJS Promise support

This commit is contained in:
Ignat Shining
2016-02-06 23:39:16 +03:00
parent 9da1b7caeb
commit eceb3c6a28
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ module.exports = function(config) {
basePath: '',
browsers: [ 'PhantomJS' ],
files: [
'node_modules/babel-polyfill/dist/polyfill.js',
'test/loadtests.js'
],
port: 8080,
+1
View File
@@ -39,6 +39,7 @@
"babel-core": "^6.0.0",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.0.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"bower-webpack-plugin": "^0.1.9",