MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / testExpect

Function testExpect

packages/cli/test/unit/utils.unit.js:162–166  ·  view source on GitHub ↗
(testName, input, expected)

Source from the content-addressed store, hash-verified

160 }
161
162 function testExpect(testName, input, expected) {
163 it(testName, () => {
164 expect(utils.toClassName(input)).to.equal(expected);
165 });
166 }
167 });
168 describe('toFileName', () => {
169 describe('should error', () => {

Callers 1

utils.unit.jsFile · 0.70

Calls 1

equalMethod · 0.65

Tested by

no test coverage detected