test(ssr): hydration suspense tests

This commit is contained in:
Evan You
2020-03-13 13:04:44 -04:00
parent 1f9c9c14ae
commit eb1d538ea2
3 changed files with 115 additions and 17 deletions

View File

@@ -212,7 +212,6 @@ export function createVNode(
): VNode {
if (!type) {
if (__DEV__) {
debugger
warn(`fsef Invalid vnode type when creating vnode: ${type}.`)
}
type = Comment