We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb9ab3 commit 40782f9Copy full SHA for 40782f9
1 file changed
test/test.js
@@ -33,6 +33,10 @@ test('Locals', t => {
33
return process(t, 'locals')
34
})
35
36
+test('Locals not json', t => {
37
+ return process(t, 'locals-not-json')
38
+})
39
+
40
test('addDependency message', t => {
41
const includePath = require('path').resolve('./test/fixtures/blocks/button/button.html')
42
0 commit comments