Compare commits

...

2 Commits

Author SHA1 Message Date
e20bf7f610 1.0.5 2017-05-27 01:47:21 +02:00
0a97ec4d07 fix tests 2017-05-27 01:47:16 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "smartscaf",
"version": "1.0.4",
"version": "1.0.5",
"description": "scaffold projects quickly",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

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 () => {