start integration of Smartshell class
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
import 'typings-test'
|
||||
import { expect } from 'smartchai'
|
||||
|
||||
import * as smartshell from '../dist/index'
|
||||
|
||||
describe('smartshell', function() {
|
||||
|
||||
it('it should run async', function() {
|
||||
this.timeout(1000000)
|
||||
return smartshell.exec('npmdocker speedtest').then((execResult) => {
|
||||
console.log(execResult.stdout)
|
||||
})
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user