update
This commit is contained in:
@ -1 +1,2 @@
|
||||
{{> partials/header}}
|
||||
{{> partials/header}}
|
||||
{{__analyze 'partials/header'}}
|
@ -0,0 +1 @@
|
||||
this is a footer
|
@ -5,6 +5,7 @@ import * as path from 'path'
|
||||
let testHbsDir = path.join(__dirname, 'hbs_testfiles')
|
||||
let testPartialDir = path.join(testHbsDir, 'partials')
|
||||
let testResultDir = path.join(__dirname, 'testresult')
|
||||
|
||||
tap.test('smarthbs -> should create partials', async () => {
|
||||
await smarthbs.registerPartialDir(testPartialDir)
|
||||
})
|
||||
|
@ -1 +1 @@
|
||||
<head></head>
|
||||
<head></head>analyzed
|
Reference in New Issue
Block a user