Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ timer.spec.js
File
timer.spec.js
packages/melonjs/tests/timer.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeAll, describe, expect, onTestFinished, test, vi } from
"vitest"
;
2
import
{ timer } from
"../src/index.js"
;
3
import
{ init } from
"../src/video/video.js"
;
4
Callers
nothing calls this directly
Calls
4
init
Function · 0.90
setTimeout
Method · 0.80
clearTimer
Method · 0.80
setInterval
Method · 0.80
Tested by
no test coverage detected