MCPcopy Create free account
hub / github.com/RubyLouvre/anu / getMessage

Function getMessage

test/babel.js:6156–6158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6154 return '[Function' + name + ']';
6155 }
6156 function getMessage(self) {
6157 return truncate(inspect(self.actual), 128) + ' ' + self.operator + ' ' + truncate(inspect(self.expected), 128);
6158 }
6159
6160 // At present only the three keys mentioned above are used and
6161 // understood by the spec. Implementations or sub modules can pass

Callers 1

babel.jsFile · 0.85

Calls 2

truncateFunction · 0.85
inspectFunction · 0.70

Tested by

no test coverage detected