MCPcopy Index your code
hub / github.com/wendux/fly / test.js

File test.js

test/test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function expect(left, right) {
2 if (left !== right) {
3 console.log("Expect: " + left + " but: " + right);
4 throw new Error();

Callers

nothing calls this directly

Calls 7

getMethod · 0.80
postMethod · 0.80
useMethod · 0.65
lockMethod · 0.65
unlockMethod · 0.65
allMethod · 0.65
spreadMethod · 0.65

Tested by

no test coverage detected