Skip to content

Commit dc391fe

Browse files
committed
fix: correct typo in mergeVirtualHostAttributes tests
1 parent 0a49b48 commit dc391fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uni-mp-compiler/__tests__/mergeVirtualHostAttributes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const optionsX = {
1414
...options,
1515
}
1616

17-
describe('complier: options with mergeVirtualHostAttributes', () => {
17+
describe('compiler: options with mergeVirtualHostAttributes', () => {
1818
test('root node with mergeVirtualHostAttributes', () => {
1919
assert(
2020
`<image/>`,

0 commit comments

Comments
 (0)