now works as intended
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user