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