refactor(Timer): share htmlReporter noopTimer via Timer.js
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
jasmineRequire.HtmlReporter = function(j$) {
|
||||
|
||||
var noopTimer = {
|
||||
start: function() {},
|
||||
elapsed: function() { return 0; }
|
||||
};
|
||||
var noopTimer = j$.noopTimer;
|
||||
|
||||
function ResultsStateBuilder() {
|
||||
this.topResults = new j$.ResultsNode({}, '', null);
|
||||
|
||||
Reference in New Issue
Block a user