forked from lxm_front/Mergely
Mergely 3.0 that works with CodeMirror 3.0 beta.
This commit is contained in:
25
test/main.js
Executable file
25
test/main.js
Executable file
@@ -0,0 +1,25 @@
|
||||
require.config({
|
||||
paths: {
|
||||
'codemirror': '../lib/codemirror',
|
||||
'mergely': '../lib/mergely',
|
||||
'jsunit': 'lib/jsunit/jsunit'
|
||||
}
|
||||
});
|
||||
|
||||
var OPTIONS = {debug:false};
|
||||
|
||||
require([
|
||||
'codemirror',
|
||||
'mergely',
|
||||
'jsunit',
|
||||
//test modules
|
||||
'tests',
|
||||
], function(
|
||||
mergely,
|
||||
codemirror,
|
||||
JsUnit,
|
||||
tests
|
||||
){
|
||||
tests();
|
||||
JsUnit.start();
|
||||
});
|
||||
Reference in New Issue
Block a user