Dir tests deleted

test:watch added
webpack library updated
protractor installed locally
This commit is contained in:
Giuseppe Digilio
2017-01-10 09:45:29 +01:00
parent 4eb49883d5
commit 144324e023
7 changed files with 23 additions and 13 deletions

View File

@@ -99,7 +99,7 @@ module.exports = function(config) {
logLevel: config.LOG_INFO,
// enable / disable watching file and executing tests whenever any file changes
autoWatch: false,
//autoWatch: true,
/*
* start these browsers
@@ -136,7 +136,7 @@ module.exports = function(config) {
* Continuous Integration mode
* if true, Karma captures browsers, runs the tests and exits
*/
singleRun: true
//singleRun: true
};
if (process.env.TRAVIS){