Refactoring: aliasing requirejs module names
[fnpeditor.git] / tests / main.js
index eb765ed..16154b7 100644 (file)
@@ -1,6 +1,6 @@
 (function() {
 
-    mocha.setup('tdd');
+    mocha.setup('bdd');
 
     var tests = Object.keys(window.__karma__.files).filter(function (file) {
       return /\.test\.js$/.test(file);
             'libs/jquery-1.9.1.min': {
                 exports: '$',
             },
-            'libs/underscore-min': {
+            'libs/underscore': {
                 exports: '_'
             },
             'libs/bootstrap/js/bootstrap.min': {
                 deps: ['libs/jquery-1.9.1.min']
             },
-            'libs/backbone-min': {
+            'libs/backbone': {
                 exports: 'Backbone',
-                deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
+                deps: ['libs/jquery-1.9.1.min', 'libs/underscore']
             },
             'libs/sinon-1.7.3': {
                 exports: 'sinon'