We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b789ff commit 7e646dbCopy full SHA for 7e646db
.github/workflows/validate.yml
@@ -69,7 +69,7 @@ jobs:
69
needs: main
70
runs-on: ubuntu-latest
71
if:
72
- ${{ github.repository == 'testing-library/dom-testing-library' &&
+ ${{ github.repository == 'testing-library/web-testing-library' &&
73
github.event_name == 'push' }}
74
steps:
75
- name: 🛑 Cancel Previous Runs
README.md
@@ -1,5 +1,5 @@
1
<div align="center">
2
-<h1>DOM Testing Library</h1>
+<h1>Web Testing Library</h1>
3
4
<a href="https://www.emojione.com/emoji/1f419">
5
<img
@@ -10,7 +10,7 @@
10
/>
11
</a>
12
13
-<p>Simple and complete DOM testing utilities that encourage good testing
+<p>Simple and complete Web testing utilities that encourage good testing
14
practices.</p>
15
16
[**Read the docs**](https://testing-library.com/dom) |
0 commit comments