Turned on client side tests. Fixed broken tests

This commit is contained in:
Keith Holliday
2016-05-03 10:52:21 -05:00
parent 78a8eea79a
commit fd244ac021
17 changed files with 245 additions and 260 deletions

View File

@@ -385,6 +385,7 @@ gulp.task('test:api-v3:integration:separate-server', (done) => {
gulp.task('test', (done) => {
runSequence(
'test:common',
'test:karma',
'test:api-v3:unit',
'test:api-v3:integration',
'test:api-v2:integration',