MCPcopy
hub / github.com/greggman/twgl.js / testM4WithoutDest

Function testM4WithoutDest

test/tests/m4-tests.js:26–29  ·  view source on GitHub ↗
(func, expected)

Source from the content-addressed store, hash-verified

24 });
25
26 function testM4WithoutDest(func, expected) {
27 const d = func();
28 assertEqual(d, expected);
29 }
30
31 function testM4WithDest(func, expected) {
32 expected = new Float32Array(expected);

Callers 1

testM4WithAndWithoutDestFunction · 0.85

Calls 1

assertEqualFunction · 0.90

Tested by

no test coverage detected