Skip to content

Commit 7b25c5a

Browse files
committed
Run prettier
1 parent 001e5de commit 7b25c5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/specs/mount.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ describeRunIf(process.env.TEST_ENV !== 'node', 'mount', () => {
163163

164164
itDoNotRunIf(
165165
!(navigator.userAgent.includes && navigator.userAgent.includes('node.js')),
166-
'compiles templates from querySelector', () => {
166+
'compiles templates from querySelector',
167+
() => {
167168
const template = window.createElement('div')
168169
template.setAttribute('id', 'foo')
169170
template.innerHTML = '<div>foo</div>'

0 commit comments

Comments
 (0)