Skip to content

Commit 611fc34

Browse files
committed
chore: deliberately fail a test to see what happens
1 parent f0763bb commit 611fc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-karma/test/host-element/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('host element', () => {
77
document.body.appendChild(element);
88
if (process.env.NATIVE_SHADOW) {
99
// synthetic shadow returns null here even though it successfully inserts the div
10-
expect(element.firstChild.tagName).toEqual('DIV');
10+
expect(element.firstChild.tagName).toEqual('FAKE');
1111
}
1212
});
1313
});

0 commit comments

Comments
 (0)