improve README
This commit is contained in:
@ -5,7 +5,7 @@ let beautylog = require('beautylog')
|
||||
let should = require('should')
|
||||
|
||||
describe('smartcli.Smartcli class',function(){
|
||||
let smartCliTestObject:smartcli.Smartcli
|
||||
let smartCliTestObject: smartcli.Smartcli
|
||||
describe('new Smartcli()',function(){
|
||||
it('should create a new Smartcli',function(){
|
||||
smartCliTestObject = new smartcli.Smartcli()
|
||||
@ -15,7 +15,7 @@ describe('smartcli.Smartcli class',function(){
|
||||
describe('.addCommand',function(){
|
||||
it('should add an command',function(){
|
||||
smartCliTestObject.addCommand({
|
||||
commandName:'awesome'
|
||||
commandName: 'awesome'
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user