MCPcopy Create free account
hub / github.com/tapio/live-server / exec_test

Function exec_test

test/cli.js:9–14  ·  view source on GitHub ↗
(args, callback)

Source from the content-addressed store, hash-verified

7 maxBuffer: 1024
8};
9function exec_test(args, callback) {
10 if (process.platform === 'win32')
11 exec(process.execPath, [ cmd ].concat(args), opts, callback);
12 else
13 exec(cmd, args, opts, callback);
14}
15
16describe('command line usage', function() {
17 it('--version', function(done) {

Callers 1

cli.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected