Update dependencies, tweak test-api task, and ignore test log file

This commit is contained in:
Matthew Ross 2016-07-04 21:08:36 -04:00
parent ed014a6856
commit c338899b41
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -7,5 +7,6 @@ dist
node_modules
src/api/vendor
tests.db
tests.log
typings

View File

@ -165,6 +165,8 @@ gulp.task('api-test-db', () => {
});
gulp.task('test-api', ['api-test-db'], () => {
del('tests.log');
return gulp.src('test/api/phpunit.xml')
.pipe(phpunit('./src/api/vendor/phpunit/phpunit/phpunit'));
});

View File

@ -29,13 +29,13 @@
},
"homepage": "https://github.com/kiswa/TaskBoard#readme",
"devDependencies": {
"@angular/common": "^2.0.0-rc.3",
"@angular/compiler": "^2.0.0-rc.3",
"@angular/core": "^2.0.0-rc.3",
"@angular/http": "^2.0.0-rc.3",
"@angular/platform-browser": "^2.0.0-rc.3",
"@angular/platform-browser-dynamic": "^2.0.0-rc.3",
"@angular/router": "^3.0.0-alpha.8",
"@angular/common": "^2.0.0-rc.4",
"@angular/compiler": "^2.0.0-rc.4",
"@angular/core": "^2.0.0-rc.4",
"@angular/http": "^2.0.0-rc.4",
"@angular/platform-browser": "^2.0.0-rc.4",
"@angular/platform-browser-dynamic": "^2.0.0-rc.4",
"@angular/router": "^3.0.0-beta.2",
"bourbon": "^4.2.7",
"bourbon-neat": "^1.8.0",
"chai": "^3.5.0",