diff --git a/tests/Environment.js b/tests/Environment.js index f02f904..02ef262 100644 --- a/tests/Environment.js +++ b/tests/Environment.js @@ -48,9 +48,9 @@ InputRecorder.prototype.generate = function() { for (var i=0; i= recordBuffer.length) { recordBuffer.push([]); } @@ -59,4 +59,10 @@ InputRecorder.prototype.generate = function() { } }; +InputRecorder.prototype.reset = function() { + for (var i=0; i