Added oc_defaults stub in specHelper.js
This is needed for JS Unit tests to run properly as they are expecting the new "oc_default" map to exist.
This commit is contained in:
parent
59ec61dc03
commit
80c61d480c
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ window.oc_config = {
|
|||
session_lifetime: 600 * 1000,
|
||||
session_keepalive: false
|
||||
};
|
||||
window.oc_defaults = {};
|
||||
|
||||
// global setup for all tests
|
||||
(function setupTests() {
|
||||
|
|
Loading…
Reference in a new issue