fix(core): update
This commit is contained in:
parent
7e6d632afb
commit
ea921766dc
@ -52,10 +52,6 @@ tap.test('should spawn an interactive cli', async () => {
|
|||||||
await testSmartshell.execInteractive('echo "hi"');
|
await testSmartshell.execInteractive('echo "hi"');
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should spawn an interactive cli', async () => {
|
|
||||||
await testSmartshell.execInteractive('node');
|
|
||||||
});
|
|
||||||
|
|
||||||
tap.start({
|
tap.start({
|
||||||
throwOnError: true,
|
throwOnError: true,
|
||||||
});
|
});
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartshell',
|
name: '@pushrocks/smartshell',
|
||||||
version: '3.0.2',
|
version: '3.0.3',
|
||||||
description: 'shell actions designed as promises'
|
description: 'shell actions designed as promises'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user