chore(gulp): don't typecheck karma tests

This commit is contained in:
Tim Lancina
2016-01-12 14:36:06 -06:00
parent 48757ebbe8
commit 398eed036b

View File

@ -135,7 +135,8 @@ function tsCompile(options, cacheName){
'!ionic/components/*/test/**/*', '!ionic/components/*/test/**/*',
'!ionic/util/test/*', '!ionic/util/test/*',
'!ionic/config/test/*', '!ionic/config/test/*',
'!ionic/platform/test/*' '!ionic/platform/test/*',
'!ionic/**/*.spec.ts'
]) ])
.pipe(cache(cacheName, { optimizeMemory: true })) .pipe(cache(cacheName, { optimizeMemory: true }))
.pipe(tsc(options, undefined, tscReporter)) .pipe(tsc(options, undefined, tscReporter))