Move babel-polyfill to loadtests.js

This commit is contained in:
Ignat Shining
2016-02-08 10:15:35 +03:00
parent eceb3c6a28
commit de2e4bb5eb
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@ module.exports = function(config) {
basePath: '',
browsers: [ 'PhantomJS' ],
files: [
'node_modules/babel-polyfill/dist/polyfill.js',
'test/loadtests.js'
],
port: 8080,