now works as intended

This commit is contained in:
2017-05-26 15:32:50 +02:00
parent 8e3633827c
commit 7998c99f27
10 changed files with 47 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
import { expect, tap } from 'tapbundle'
import * as path from 'path'
import * as smartscaf from '../dist/index'
@@ -25,4 +26,8 @@ tap.test('ask cli', async () => {
await testScafTemplate.askCliForMissingVariables()
})
tap.test('should output ready rendered template', async () => {
await testScafTemplate.writeToDisk(path.resolve('./test/test_output'))
})
tap.start()