Update dependencies, tweak test-api task, and ignore test log file
This commit is contained in:
parent
ed014a6856
commit
c338899b41
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,5 +7,6 @@ dist
|
||||
node_modules
|
||||
src/api/vendor
|
||||
tests.db
|
||||
tests.log
|
||||
typings
|
||||
|
||||
|
@ -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'));
|
||||
});
|
||||
|
14
package.json
14
package.json
@ -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",
|
||||
|
Reference in New Issue
Block a user