Commit a534acf
committed
test(heureka): fix ErrorBoundary className test assertion
Replace nodeName check with querySelector("div[class]") — the Component
renders a plain <div> so container.firstChild is always a DIV regardless
of the wrapper, making the previous assertion always fail.1 parent 2b1ad32 commit a534acf
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments