update
This commit is contained in:
10
test/test.ts
Normal file
10
test/test.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { expect, tap } from 'tapbundle'
|
||||
|
||||
import * as smartscaf from '../dist/index'
|
||||
|
||||
let testScafTemplate: smartscaf.ScafTemplate
|
||||
|
||||
tap.test('should create new Smartscaf instance', async () => {
|
||||
testScafTemplate = new smartscaf.ScafTemplate()
|
||||
expect(testScafTemplate).to.be.instanceof(smartscaf.ScafTemplate)
|
||||
})
|
Reference in New Issue
Block a user