typescript tests working
This commit is contained in:
parent
b24d3b952b
commit
d5a74af024
5 changed files with 20 additions and 14 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue