From c011d2c2887c2caecb53e40411b4526d0f0690e9 Mon Sep 17 00:00:00 2001 From: Dan Tripp Date: Fri, 3 Sep 2021 08:54:37 -0400 Subject: [PATCH 1/2] test commit 2 --- test/testutils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/testutils.js b/test/testutils.js index 8c60d13a93..a31429c124 100644 --- a/test/testutils.js +++ b/test/testutils.js @@ -501,3 +501,6 @@ testUtils.shadowQuerySelector = function shadowQuerySelector(axeSelector, doc) { }); return elm; }; + +// test commit 2 + From a3861666d61988443343356a8b26760cc3818a6e Mon Sep 17 00:00:00 2001 From: Dan Tripp Date: Fri, 3 Sep 2021 08:55:07 -0400 Subject: [PATCH 2/2] test commit 3 --- test/testutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testutils.js b/test/testutils.js index a31429c124..f5b385e6d5 100644 --- a/test/testutils.js +++ b/test/testutils.js @@ -502,5 +502,5 @@ testUtils.shadowQuerySelector = function shadowQuerySelector(axeSelector, doc) { return elm; }; -// test commit 2 +// test commit 3