This commit is contained in:
2018-10-04 16:04:42 +02:00
parent 60854250eb
commit 6b5e9ac617
7 changed files with 75 additions and 27 deletions

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();
expect(testScafTemplate.templateSmartfileArray.length).to.equal(5);
expect(testScafTemplate.templateSmartfileArray.length).to.equal(6);
});
tap.test('smartfile -> should accept variables', async () => {