We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccba89b commit 154f3dfCopy full SHA for 154f3df
1 file changed
src/tests/helpers.js
@@ -134,5 +134,6 @@ test('helpers', t => {
134
t.equal(maybeRawHTMLType('.xhtml'), null, '.xhtml does not count as raw html type')
135
t.equal(maybeRawHTMLType('.htm'), null, '.htm does not count as raw html type')
136
t.equal(maybeRawHTMLType('.xml'), null, '.xml does not count as raw html type')
137
+ t.equal(maybeRawHTMLType(), null, 'undefined extension does not mean raw html type')
138
})
139
0 commit comments