diff --git a/package.json b/package.json index 18cc9185..eeb05783 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ ], "dependencies": { "@babel/runtime": "^7.10.2", - "aria-query": "^4.0.2", + "aria-query": "^4.2.1", "dom-accessibility-api": "^0.4.5", "pretty-format": "^25.5.0" }, diff --git a/src/__tests__/queries.find.js b/src/__tests__/queries.find.js index d3d59832..f8c48f1f 100644 --- a/src/__tests__/queries.find.js +++ b/src/__tests__/queries.find.js @@ -34,6 +34,7 @@ test('find asynchronously finds elements', async () => {
+