Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fee430

Browse files
author
VladimirAmiorkov
committedJun 19, 2019
chore: update karma config
1 parent 80c2754 commit 5fee430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ module.exports = function (config) {
1111

1212

1313
// list of files / patterns to load in the browser
14+
// TODO: changing this to .ts files causes the test to become lest from 126 to 106. ~20 tests are cutoff by something. Needs a future research
1415
files: [
1516
'app/tests/test-main.js',
16-
'app/**/*.js',
17-
'src/tests/**/*.js'
17+
'app/**/*.js'
1818
],
1919

2020
// list of files to exclude

0 commit comments

Comments
 (0)
Please sign in to comment.