Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ testCorrectName
Function
testCorrectName
packages/cli/test/unit/utils.unit.js:95–99 ·
view source on GitHub ↗
(testName, input)
Source
from the content-addressed store, hash-verified
93
);
94
95
function
testCorrectName(testName, input) {
96
it(testName, () => {
97
expect(utils.validateClassName(input)).to.equal(true);
98
});
99
}
100
});
101
});
102
describe(
'toClassName'
, () => {
Callers
1
utils.unit.js
File · 0.85
Calls
1
equal
Method · 0.65
Tested by
no test coverage detected