Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
18cfa3e16a | |||
ea921766dc |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartshell",
|
"name": "@pushrocks/smartshell",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"description": "shell actions designed as promises",
|
"description": "shell actions designed as promises",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user