smartacme/test/test.ts

11 lines
245 B
TypeScript
Raw Normal View History

2016-11-01 17:27:57 +00:00
import 'typings-test'
import * as should from 'should'
// import the module to test
import * as smartacme from '../dist/index'
describe('smartacme', function(){
let testAcme: smartacme.smartacme
it('should create a valid instance')
})