MCPcopy Create free account
hub / github.com/jquery/esprima / assertEquality

Function assertEquality

test/utils/evaluate-testcase.js:44–48  ·  view source on GitHub ↗
(expected, actual)

Source from the content-addressed store, hash-verified

42 NotMatchingError.prototype = new Error();
43
44 function assertEquality(expected, actual) {
45 if (expected !== actual) {
46 throw new NotMatchingError(expected, actual);
47 }
48 }
49
50 function sortedObject(o) {
51 var keys, result;

Callers 1

testParseFunction · 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…