Skip to content

Commit 40782f9

Browse files
committed
test: for issue #41
1 parent acb9ab3 commit 40782f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ test('Locals', t => {
3333
return process(t, 'locals')
3434
})
3535

36+
test('Locals not json', t => {
37+
return process(t, 'locals-not-json')
38+
})
39+
3640
test('addDependency message', t => {
3741
const includePath = require('path').resolve('./test/fixtures/blocks/button/button.html')
3842

0 commit comments

Comments
 (0)