mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-22 11:21:25 -04:00
Pass with --fix
This commit is contained in:
parent
a4d634d84d
commit
5113876588
14 changed files with 74 additions and 77 deletions
test/unit
|
@ -26,7 +26,7 @@ test('time', t => {
|
|||
test('start / timeElapsed', t => {
|
||||
const timer = new Timer();
|
||||
const delay = 100;
|
||||
const threshold = 1000 / 60; // 60 hz
|
||||
const threshold = 1000 / 60; // 60 hz
|
||||
|
||||
// Start timer
|
||||
timer.start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue