mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
State *.js in karma.conf rather than *.* so *.js~ files are ignored.
This commit is contained in:
parent
69c396825b
commit
7465250141
1 changed files with 7 additions and 7 deletions
|
@ -25,13 +25,13 @@ module.exports = function(config) {
|
|||
'../js/ng-infinite-scroll-matrix.js',
|
||||
'../js/ui-bootstrap*',
|
||||
'../js/elastic.js',
|
||||
'../login/**/*.*',
|
||||
'../room/**/*.*',
|
||||
'../components/**/*.*',
|
||||
'../user/**/*.*',
|
||||
'../home/**/*.*',
|
||||
'../recents/**/*.*',
|
||||
'../settings/**/*.*',
|
||||
'../login/**/*.js',
|
||||
'../room/**/*.js',
|
||||
'../components/**/*.js',
|
||||
'../user/**/*.js',
|
||||
'../home/**/*.js',
|
||||
'../recents/**/*.js',
|
||||
'../settings/**/*.js',
|
||||
'../app.js',
|
||||
'../app*',
|
||||
'./unit/**/*.js'
|
||||
|
|
Loading…
Reference in a new issue