Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ runNpmTest
Function
runNpmTest
packages/cli/smoke-test/openapi/code-gen-utils.js:53–55 ·
view source on GitHub ↗
(sandbox)
Source
from the content-addressed store, hash-verified
51
}
52
53
function
runNpmTest(sandbox) {
54
return
runNpmScript(sandbox, [
'test'
]);
55
}
56
57
function
runLintFix(sandbox) {
58
return
runNpmScript(sandbox, [
'run'
,
'lint:fix'
]);
Callers
1
real-world-apis.smoke.js
File · 0.85
Calls
1
runNpmScript
Function · 0.85
Tested by
no test coverage detected