wip: trying to make tests work
This commit is contained in:
@@ -63,6 +63,9 @@ export function dumpOps(): NodeOp[] {
|
||||
}
|
||||
|
||||
function createElement(tag: string): TestElement {
|
||||
if (nodeId === 5) {
|
||||
throw new Error('foo')
|
||||
}
|
||||
const node: TestElement = {
|
||||
id: nodeId++,
|
||||
type: NodeTypes.ELEMENT,
|
||||
|
||||
Reference in New Issue
Block a user