We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NativeScript
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 80c2754 commit 5fee430Copy full SHA for 5fee430
tests/karma.conf.js
@@ -11,10 +11,10 @@ module.exports = function (config) {
11
12
13
// 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
15
files: [
16
'app/tests/test-main.js',
- 'app/**/*.js',
17
- 'src/tests/**/*.js'
+ 'app/**/*.js'
18
],
19
20
// list of files to exclude
0 commit comments