MCPcopy Create free account
hub / github.com/sindresorhus/execa / getNodePath

Function getNodePath

test/methods/node.js:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79test('Cannot use deno style nodePath as binary - "node" option sync', testDoubleNode, getDenoNodePath(), runWithNodeOptionSync);
80
81const getNodePath = async () => {
82 const {path} = await getNode(TEST_NODE_VERSION);
83 return path;
84};
85
86const TEST_NODE_VERSION = '16.0.0';
87

Callers 5

testNodePathFunction · 0.85
testSubprocessNodePathFunction · 0.85
node.jsFile · 0.85
testCwdNodePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected