diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b2ee6c..ab2b6b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - testing-library-version: [8, 9] + testing-library-version: [8, 9, 10] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 3e99674..fec9587 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "typescript": "^4.0.0" }, "peerDependencies": { - "@testing-library/dom": "^7.5.1 || ^8 || ^9" + "@testing-library/dom": "^7.5.1 || ^8 || ^9 || ^10" }, "files": [ "dist"