MCPcopy
hub / github.com/Semantic-Org/Semantic-UI / failAssertion

Function failAssertion

test/helpers/sinon.js:4670–4674  ·  view source on GitHub ↗
(object, msg)

Source from the content-addressed store, hash-verified

4668 }
4669
4670 function failAssertion(object, msg) {
4671 object = object || global;
4672 var failMethod = object.fail || assert.fail;
4673 failMethod.call(object, msg);
4674 }
4675
4676 function mirrorPropAsAssertion(name, method, message) {
4677 if (arguments.length == 2) {

Callers 2

mirrorPropAsAssertionFunction · 0.85
sinon.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…