MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / test

Function test

tests/js/quint.js:62–65  ·  view source on GitHub ↗
(name, callback)

Source from the content-addressed store, hash-verified

60
61const QUnit = {
62 test(name, callback)
63 {
64 callback(QUnitAssert);
65 },
66 skip(name, callback)
67 {
68 // no op

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected