MCPcopy Create free account
hub / github.com/glideapps/quicktype / qt

Function qt

test/test.ts:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80function testCLI() {
81 console.log(`* CLI sanity check`);
82 const qt = args => exec(`node dist/cli.js ${args}`);
83
84 console.log("* Ensure we can quicktype a URL");
85 qt(`https://blockchain.info/latestblock`);

Callers 1

testCLIFunction · 0.85

Calls 1

execFunction · 0.90

Tested by

no test coverage detected