chore: prettier

This commit is contained in:
Evan You 2022-11-08 11:03:27 +08:00
parent 168c857247
commit f55cfe6d3b
1 changed files with 1 additions and 4 deletions

View File

@ -430,10 +430,7 @@ describe('directives', () => {
name: 'App',
render() {
// simulates the code generated on an unknown directive
return withDirectives(h('div'), [
[undefined],
[d1]
])
return withDirectives(h('div'), [[undefined], [d1]])
}
}