Skip to content

Commit

Permalink
refactor(tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Oct 7, 2024
1 parent c9d60b6 commit 570f582
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ const TABLE_WITH_HEADER_MARKUP = `
</tr>
</tbody>
</table>`;
const MD_TABLE_WITH_HEADER_MARKUP = `| Header1 | Header2 |
| ---------| --------|
|Data1 | Data2 |`;

const EXPECTED_TABLE_MARKUP = '<table><thead><tr><th><p>Header1</p></th><th><p>Header2</p></th></tr></thead><tbody><tr><td><p>Data1</p></td><td><p>Data2</p></td></tr></tbody></table>';

function getSelector(className) {
return `.${className}`;
Expand Down

0 comments on commit 570f582

Please sign in to comment.