Skip to content

Commit b2bcb4f

Browse files
authored
test: Green CI (#1)
* chore: Format * test: Drop usage of jest-dom
1 parent 7e646db commit b2bcb4f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/ISSUE_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ https://github.com/testing-library/testing-library-docs
2020
- Testing Framework and version:
2121
<!-- are you using jest, mocha, puppeteer, ava? And what version? -->
2222
- Environment:
23-
<!--
24-
If you're testing in JSDOM (the default with jest), what version?
25-
If you're testing in a browser, which one and what version?
26-
If you're testing in another runtime (e.g. Node.js, Deno, Cloudflare workers), which one and what version?
23+
<!--
24+
If you're testing in JSDOM (the default with jest), what version?
25+
If you're testing in a browser, which one and what version?
26+
If you're testing in another runtime (e.g. Node.js, Deno, Cloudflare workers), which one and what version?
2727
-->
2828

2929
<!--

.github/ISSUE_TEMPLATE/Bug_Report.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ https://github.com/testing-library/testing-library-docs
2424
- Testing Framework and version:
2525
<!-- are you using jest, mocha, puppeteer, ava? And what version? -->
2626
- Environment:
27-
<!--
28-
If you're testing in JSDOM (the default with jest), what version?
29-
If you're testing in a browser, which one and what version?
30-
If you're testing in another runtime (e.g. Node.js, Deno, Cloudflare workers), which one and what version?
27+
<!--
28+
If you're testing in JSDOM (the default with jest), what version?
29+
If you're testing in a browser, which one and what version?
30+
If you're testing in another runtime (e.g. Node.js, Deno, Cloudflare workers), which one and what version?
3131
-->
3232

3333
<!--

tests/setup-env.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import '@testing-library/jest-dom/extend-expect'
21
import jestSnapshotSerializerAnsi from 'jest-snapshot-serializer-ansi'
32

43
expect.addSnapshotSerializer(jestSnapshotSerializerAnsi)

0 commit comments

Comments
 (0)