diff --git a/tests/__snapshots__/finder.test.js.snap b/tests/__snapshots__/finder.test.js.snap index c25ea49..d64d0af 100644 --- a/tests/__snapshots__/finder.test.js.snap +++ b/tests/__snapshots__/finder.test.js.snap @@ -193,6 +193,28 @@ exports[`deployer 1`] = ` ] `; +exports[`duplicate 1`] = ` +[ + "html", + "head", + "body", + "div:nth-of-type(1)", + "div:nth-of-type(2)", +] +`; + +exports[`duplicate:sub-nodes 1`] = ` +[ + "html", + "head", + "body", + "div:nth-of-type(1)", + "div:nth-of-type(1) > i", + "div:nth-of-type(2)", + "div:nth-of-type(2) > i", +] +`; + exports[`github 1`] = ` [ "html",