fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
smartxml: another fix for arbitrary text deletion
[fnpeditor.git]
/
tests
/
main.js
diff --git
a/tests/main.js
b/tests/main.js
index
87eb6b2
..
c3da0df
100644
(file)
--- a/
tests/main.js
+++ b/
tests/main.js
@@
-3,7
+3,7
@@
mocha.setup('bdd');
var tests = Object.keys(window.__karma__.files).filter(function (file) {
mocha.setup('bdd');
var tests = Object.keys(window.__karma__.files).filter(function (file) {
- return
/\.test\.js$/
.test(file);
+ return
(/\.test\.js$/)
.test(file);
});
require({
});
require({
@@
-13,7
+13,9
@@
paths: {
'fnpjs': '../fnpjs',
paths: {
'fnpjs': '../fnpjs',
- 'libs': '../../libs'
+ 'libs': '../../libs',
+ 'smartxml': '../smartxml',
+ 'wlxml': '../wlxml'
},
map: {
},
map: {