Properly inject j$ into Suite
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
getJasmineRequireObj().Suite = function() {
|
||||
getJasmineRequireObj().Suite = function(j$) {
|
||||
function Suite(attrs) {
|
||||
this.env = attrs.env;
|
||||
this.id = attrs.id;
|
||||
|
||||
Reference in New Issue
Block a user