initial
This commit is contained in:
16
test/test.ts
Normal file
16
test/test.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import 'typings-test'
|
||||
import * as should from 'should'
|
||||
|
||||
import * as smartinteract from '../dist/index'
|
||||
|
||||
describe('smartinteract', function(){
|
||||
let testInteract
|
||||
it('should create a valid new instance', function(){
|
||||
testInteract = new smartinteract.SmartInteract()
|
||||
should(testInteract).be.instanceOf(smartinteract.SmartInteract)
|
||||
})
|
||||
it('should add question to SmartInteract instance', function() {
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user