fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Handling empty inline elements
[fnpeditor.git]
/
tests
/
main.js
diff --git
a/tests/main.js
b/tests/main.js
index
8e17cdc
..
cc20549
100644
(file)
--- a/
tests/main.js
+++ b/
tests/main.js
@@
-1,9
+1,9
@@
(function() {
(function() {
- mocha.setup('
t
dd');
+ mocha.setup('
b
dd');
var tests = Object.keys(window.__karma__.files).filter(function (file) {
var tests = Object.keys(window.__karma__.files).filter(function (file) {
- return /\.test\.js$/.test(file);
+ return /\.test
3
\.js$/.test(file);
});
require({
});
require({
@@
-23,6
+23,14
@@
'libs/backbone-min': {
exports: 'Backbone',
deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
'libs/backbone-min': {
exports: 'Backbone',
deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
+ },
+ 'libs/sinon-1.7.3': {
+ exports: 'sinon'
+ }
+ },
+ map: {
+ '*': {
+ 'libs/sinon': 'libs/sinon-1.7.3'
}
}
});
}
}
});