feat: implement basic feature working for Linux only
This commit is contained in:
6
__tests__/install.test.ts
Normal file
6
__tests__/install.test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import {runCommand} from '../src/install'
|
||||
|
||||
test('runCommand', async () => {
|
||||
const result = await runCommand('echo foo bar')
|
||||
expect(result).toBe('foo bar')
|
||||
})
|
||||
Reference in New Issue
Block a user