[Tree] Update test configuration
...to account for new dependency on Zepto (and its necessary shim.)
This commit is contained in:
@@ -66,6 +66,9 @@ requirejs.config({
|
|||||||
},
|
},
|
||||||
"moment-duration-format": {
|
"moment-duration-format": {
|
||||||
"deps": [ "moment" ]
|
"deps": [ "moment" ]
|
||||||
|
},
|
||||||
|
"zepto": {
|
||||||
|
"exports": "Zepto"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user