Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
function
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
testCLI
Function · 0.85
Calls
1
exec
Function · 0.90
Tested by
no test coverage detected