Skip to content

Commit 7e646db

Browse files
committed
chore: Misc /dom -> /web renames
1 parent 6b789ff commit 7e646db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: main
7070
runs-on: ubuntu-latest
7171
if:
72-
${{ github.repository == 'testing-library/dom-testing-library' &&
72+
${{ github.repository == 'testing-library/web-testing-library' &&
7373
github.event_name == 'push' }}
7474
steps:
7575
- name: 🛑 Cancel Previous Runs

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>DOM Testing Library</h1>
2+
<h1>Web Testing Library</h1>
33

44
<a href="https://www.emojione.com/emoji/1f419">
55
<img
@@ -10,7 +10,7 @@
1010
/>
1111
</a>
1212

13-
<p>Simple and complete DOM testing utilities that encourage good testing
13+
<p>Simple and complete Web testing utilities that encourage good testing
1414
practices.</p>
1515

1616
[**Read the docs**](https://testing-library.com/dom) |

0 commit comments

Comments
 (0)