fix(core): update

This commit is contained in:
2023-06-22 14:16:16 +02:00
parent d84c7a16a4
commit 25c61d7d7d
3 changed files with 44 additions and 28 deletions

View File

@ -52,6 +52,10 @@ tap.test('should spawn an interactive cli', async () => {
await testSmartshell.execInteractive('echo "hi"');
});
tap.test('should spawn an interactive cli', async () => {
await testSmartshell.execInteractive('node');
});
tap.start({
throwOnError: true,
});