wip: fix more tests

This commit is contained in:
Evan You
2018-11-02 14:21:38 +09:00
parent f79f0e658b
commit 9d1f0f248d
4 changed files with 36 additions and 18 deletions

View File

@@ -63,9 +63,6 @@ export function dumpOps(): NodeOp[] {
}
function createElement(tag: string): TestElement {
if (nodeId === 5) {
throw new Error('foo')
}
const node: TestElement = {
id: nodeId++,
type: NodeTypes.ELEMENT,