fix tests

This commit is contained in:
Philipp Kunz 2017-05-27 01:47:16 +02:00
parent 69e09c8b4c
commit 0a97ec4d07

View File

@ -14,7 +14,7 @@ tap.test('should create new Smartscaf instance', async () => {
tap.test('Smartscaf instance -> should read a template directory', async () => {
await testScafTemplate.readTemplateFromDir('./test/test_template')
expect(testScafTemplate.templateSmartfileArray.length).to.equal(4)
expect(testScafTemplate.templateSmartfileArray.length).to.equal(5)
})
tap.test('smartfile -> should accept variables', async () => {