11 lines
245 B
TypeScript
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')
|
||
|
})
|