Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ obsvervableVector2d.spec.ts
File
obsvervableVector2d.spec.ts
packages/melonjs/tests/obsvervableVector2d.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"vitest"
;
2
import
{ math, ObservableVector2d, Vector2d } from
"../src/index.js"
;
3
4
describe(
"ObservableVector2d : constructor"
, () => {
Callers
nothing calls this directly
Calls
15
setMuted
Method · 0.65
toString
Method · 0.45
equals
Method · 0.45
set
Method · 0.45
revoke
Method · 0.45
copy
Method · 0.45
add
Method · 0.45
sub
Method · 0.45
scaleV
Method · 0.45
negateSelf
Method · 0.45
dot
Method · 0.45
cross
Method · 0.45
Tested by
no test coverage detected