From 0a97ec4d072e66f33683d17101c64f708f0207f1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 27 May 2017 01:47:16 +0200 Subject: [PATCH] fix tests --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index bc88f80..c7bc14c 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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 () => {