typescript tests working

This commit is contained in:
alecmerdler 2017-01-18 22:10:43 -08:00
parent b24d3b952b
commit d5a74af024
5 changed files with 20 additions and 14 deletions

View file

@ -29,10 +29,10 @@ module.exports = function(config) {
// Application resources
'static/js/**/*.js',
'static/js/**/*.ts',
// Tests
'static/test/**/*.js',
'static/js/**/*spec.ts',
],
exclude: [
'static/js/build/bundle.js',