Update tests.

This commit is contained in:
Lars Jung 2015-06-14 15:24:05 +02:00
parent 18a62ca831
commit 787eae7a80
22 changed files with 113 additions and 161 deletions

View file

@ -11,7 +11,7 @@ function clearModulejs() {
function mockConfigModule() {
modulejs.define('config', window.util.uniqObj());
modulejs.define('config', window.uniq.obj());
}
window.util = window.util || {};