refactor(Timer): share htmlReporter noopTimer via Timer.js
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
getJasmineRequireObj().JsApiReporter = function() {
|
||||
getJasmineRequireObj().JsApiReporter = function(j$) {
|
||||
|
||||
var noopTimer = {
|
||||
start: function(){},
|
||||
elapsed: function(){ return 0; }
|
||||
};
|
||||
var noopTimer = j$.noopTimer;
|
||||
|
||||
/**
|
||||
* @name jsApiReporter
|
||||
|
||||
Reference in New Issue
Block a user