Skip to content

Commit

Permalink
Disable invoke test
Browse files Browse the repository at this point in the history
This will have to be removed at some point. For now, we keep this as a reference...
  • Loading branch information
aedart committed Oct 20, 2024
1 parent 9c506b1 commit 594bc0c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/cli/tmp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ describe('TODO', () => {
assert.ok(true);
});

it('can invoke cli application via npx', async () => {
return exec('npx ion', (error, stdout,stderr) => {
// console.log('stdout', stdout);
// console.error('stderr', stderr);
// console.log('code', error.code);

assert.equal(error.code, 1, `Incorrect exit code: (${error.code})`);
});
});
// it('can invoke cli application via npx', async () => {
// return exec('npx ion', (error, stdout,stderr) => {
// // console.log('stdout', stdout);
// // console.error('stderr', stderr);
// // console.log('code', error.code);
//
// assert.equal(error.code, 1, `Incorrect exit code: (${error.code})`);
// });
// });
});

0 comments on commit 594bc0c

Please sign in to comment.