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

Function testExpectNoChange

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

Source from the content-addressed store, hash-verified

154 }
155
156 function testExpectNoChange(testName, input) {
157 it(testName, () => {
158 expect(utils.toClassName(input)).to.equal(input);
159 });
160 }
161
162 function testExpect(testName, input, expected) {
163 it(testName, () => {

Callers 1

utils.unit.jsFile · 0.85

Calls 1

equalMethod · 0.65

Tested by

no test coverage detected