Move most jasmine global usage into boot.
- thor build scripts broken for now.
This commit is contained in:
@@ -113,12 +113,12 @@ describe('Spec', function () {
|
||||
spec.execute();
|
||||
var items = results.getItems();
|
||||
expect(items).toEqual([
|
||||
jasmine.any(jasmine.ExpectationResult),
|
||||
jasmine.any(jasmine.ExpectationResult),
|
||||
jasmine.any(jasmine.MessageResult)
|
||||
originalJasmine.any(jasmine.ExpectationResult),
|
||||
originalJasmine.any(jasmine.ExpectationResult),
|
||||
originalJasmine.any(jasmine.MessageResult)
|
||||
]);
|
||||
var logResult = items[2];
|
||||
expect(logResult.values).toEqual(["here's some log message", {key: 'value'}, 123]);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user