aboutsummaryrefslogtreecommitdiffstats
path: root/.config/karma.conf.common.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/karma.conf.common.js')
-rw-r--r--.config/karma.conf.common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/karma.conf.common.js b/.config/karma.conf.common.js
index 56c249f..a89c8e6 100644
--- a/.config/karma.conf.common.js
+++ b/.config/karma.conf.common.js
@@ -31,7 +31,7 @@ module.exports = function (config) {
included: false,
served: true
},
- 'dist/svg.js',
+ 'dist/svg.min.js',
'spec/spec/*.js'
],
@@ -61,6 +61,6 @@ module.exports = function (config) {
concurrency: cpuCount || Infinity,
// list of files to exclude
- exclude: [],
+ exclude: []
}
}