Skip to content

Commit 54bf922

Browse files
committed
chore: add separate test files for --bundle and no-bundle case
1 parent 51cb7ca commit 54bf922

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/test/karma.conf.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ module.exports = function(config) {
1111

1212

1313
// list of files / patterns to load in the browser
14-
files: [
15-
${ testFiles }
16-
],
14+
files: [ ${ testFiles } ],
1715

1816

1917
// list of files to exclude

0 commit comments

Comments
 (0)