]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix test failing types
authorEvan You <yyx990803@gmail.com>
Thu, 24 Jun 2021 13:23:59 +0000 (09:23 -0400)
committerEvan You <yyx990803@gmail.com>
Fri, 16 Jul 2021 18:30:49 +0000 (14:30 -0400)
packages/compiler-core/__tests__/testUtils.ts

index 2761aba698aae6e4c13ebbd513148e003bf6ab07..23a29a777e3d312c45d2d48995db9b441ab2ba78 100644 (file)
@@ -70,7 +70,6 @@ export function createElementWithCodegen(
       isBlock: false,
       disableTracking: false,
       isComponent: false,
-      shapeFlag: ShapeFlags.ELEMENT + ``,
       loc: locStub
     }
   }