UNPKG

@jakechampion/cli-testing-library

Version:

Small but powerful library for testing CLI the way it is used by people.

10 lines (7 loc) 193 B
#!/usr/bin/env node const path = require('path'); require('ts-node').register({ project: path.join(__dirname, '..', 'tsconfig.json'), dir: __dirname, }); require('./testing-cli.ts');