Skip to content

Commit 8f062a2

Browse files
committed
fix tests
1 parent 99956c0 commit 8f062a2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

3.52 KB
Loading

test/data.spec.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ describe("createAsync should", () => {
6767
>
6868
<Loading>
6969
<p id="data">{data()}</p>
70-
<p id="latest">{data.latest}</p>
7170
</Loading>
7271
</Errored>
7372
</div>
@@ -102,7 +101,6 @@ describe("createAsync should", () => {
102101

103102
expect(dataEl()).not.toBeNull();
104103
expect(document.getElementById("data")?.innerHTML).toBe("true");
105-
expect(document.getElementById("latest")?.innerHTML).toBe("true");
106104

107105
document.body.innerHTML = "";
108106
dispose();

0 commit comments

Comments
 (0)