Skip to content

Commit

Permalink
add back va-table element to test markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs committed Dec 16, 2024
1 parent f6a73ed commit 04f8ed5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ describe('va-table', () => {
<span>Dog</span>
<span>Cat</span>
<span>Mouse</span>
</va-table-row>`;
</va-table-row>
</va-table>`;
}

it('renders', async () => {
Expand Down

0 comments on commit 04f8ed5

Please sign in to comment.