Build distribution to include MockDate
- Forgot to do this when merging the pull request - Also fix quotes for string to match jshint rules
This commit is contained in:
@@ -51,7 +51,7 @@ getJasmineRequireObj().MockDate = function() {
|
||||
if (GlobalDate.now) {
|
||||
return currentTime;
|
||||
} else {
|
||||
throw new Error("Browser does not support Date.now()");
|
||||
throw new Error('Browser does not support Date.now()');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user