MCPcopy 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
53function runNpmTest(sandbox) {
54 return runNpmScript(sandbox, ['test']);
55}
56
57function runLintFix(sandbox) {
58 return runNpmScript(sandbox, ['run', 'lint:fix']);

Callers 1

Calls 1

runNpmScriptFunction · 0.85

Tested by

no test coverage detected