We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2428892 commit ceac75dCopy full SHA for ceac75d
mocha.start.js
@@ -44,10 +44,11 @@ TestRunner.init({
44
});
45
46
beforeEach(function () {
47
- globals.DSUtils = global.DSUtils = this.$$DSUtils
48
- globals.DSErrors = global.DSErrors = this.$$DSErrors
49
- globals.adapter = global.adapter = this.$$adapter
50
- globals.User = global.User = this.$$User
+ globals.DSUtils = global.DSUtils = this.$$DSUtils;
+ globals.DSErrors = global.DSErrors = this.$$DSErrors;
+ globals.adapter = global.adapter = this.$$adapter;
+ globals.store = global.store = this.$$store;
51
+ globals.User = global.User = this.$$User;
52
globals.Profile = global.Profile = this.$$Profile;
53
globals.Post = global.Post = this.$$Post;
54
globals.Comment = global.Comment = this.$$Comment;
0 commit comments