Set the shared user context correctly when executing the top level suite
Fixes #846
This commit is contained in:
@@ -29,6 +29,7 @@ getJasmineRequireObj().TreeProcessor = function() {
|
||||
|
||||
queueRunnerFactory({
|
||||
queueableFns: childFns,
|
||||
userContext: tree.sharedUserContext(),
|
||||
onException: function() {
|
||||
tree.onException.apply(tree, arguments);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user