Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e20bf7f610 | |||
0a97ec4d07 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartscaf",
|
"name": "smartscaf",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "scaffold projects quickly",
|
"description": "scaffold projects quickly",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -14,7 +14,7 @@ tap.test('should create new Smartscaf instance', async () => {
|
|||||||
|
|
||||||
tap.test('Smartscaf instance -> should read a template directory', async () => {
|
tap.test('Smartscaf instance -> should read a template directory', async () => {
|
||||||
await testScafTemplate.readTemplateFromDir('./test/test_template')
|
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 () => {
|
tap.test('smartfile -> should accept variables', async () => {
|
||||||
|
Reference in New Issue
Block a user