mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-12 22:42:03 -04:00
All tests passing
This commit is contained in:
parent
981b85e78f
commit
389d112729
10 changed files with 10 additions and 27 deletions
test/unit
|
@ -25,7 +25,6 @@ test('time', function (t) {
|
|||
|
||||
test('start / stop', function (t) {
|
||||
var timer = new Timer();
|
||||
var start = timer.time();
|
||||
var delay = 100;
|
||||
var threshold = 1000 / 60; // 60 hz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue