fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
save caret position when ending a list
[fnpeditor.git]
/
karma.conf.js
diff --git
a/karma.conf.js
b/karma.conf.js
index
9f84f89
..
913c295
100644
(file)
--- a/
karma.conf.js
+++ b/
karma.conf.js
@@
-9,6
+9,7
@@
files = [
{pattern: 'libs/*.js', included: false},
{pattern: 'src/**/*.js', included: false},
{pattern: 'src/**/*.html', included: false},
+ {pattern: 'src/**/*.xml', included: false},
'tests/main.js',
];