smartacme/test/test.ts
2016-11-01 18:27:57 +01:00

11 lines
245 B
TypeScript

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')
})