update
This commit is contained in:
@@ -8,3 +8,9 @@ tap.test('should create new Smartscaf instance', async () => {
|
||||
testScafTemplate = new smartscaf.ScafTemplate()
|
||||
expect(testScafTemplate).to.be.instanceof(smartscaf.ScafTemplate)
|
||||
})
|
||||
|
||||
tap.test('Smartscaf instance -> should read a template directory', async () => {
|
||||
testScafTemplate.readTemplateFromDir('./test/test_template')
|
||||
})
|
||||
|
||||
tap.start()
|
||||
|
Reference in New Issue
Block a user