Skip to content

Commit

Permalink
docs: add new pending frameworks to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 23, 2023
1 parent 978d04e commit 07238ba
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@ require("console-fail-test").cft({
</a>
</td>
</tr>
<tr>
<td>Cypress</td>
<td>
<span aria-label="not yet supported" role="img">⚙️</span>
</td>
<td />
<td>
<a href="https://github.com/JoshuaKGoldberg/console-fail-test/issues/199">
<code>/issues/199</code>
</a>
</td>
</tr>
<tr>
<td>QUnit</td>
<td>
Expand All @@ -147,6 +159,18 @@ require("console-fail-test").cft({
</a>
</td>
</tr>
<tr>
<td>Playwright</td>
<td>
<span aria-label="not yet supported" role="img">⚙️</span>
</td>
<td />
<td>
<a href="https://github.com/JoshuaKGoldberg/console-fail-test/issues/198">
<code>/issues/198</code>
</a>
</td>
</tr>
<tr>
<td>tape</td>
<td>
Expand All @@ -171,6 +195,18 @@ require("console-fail-test").cft({
</a>
</td>
</tr>
<tr>
<td>Vitest</td>
<td>
<span aria-label="not yet supported" role="img">⚙️</span>
</td>
<td />
<td>
<a href="https://github.com/JoshuaKGoldberg/console-fail-test/issues/197">
<code>/issues/197</code>
</a>
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 07238ba

Please sign in to comment.