We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9976059 commit 83b202fCopy full SHA for 83b202f
test/basic.spec.js
@@ -151,6 +151,7 @@ describe("Basic Suite", function() {
151
testComponent.classList.add('container');
152
const testComponents = querySelectorAllDeep(`.container > div > .header-2 > .find-me`);
153
expect(testComponents.length).toEqual(1);
154
+ expect(testComponents[0].classList.contains('find-me')).toEqual(true);
155
});
156
157
it('can handle extra white space in selectors', function() {
@@ -396,4 +397,4 @@ describe("Basic Suite", function() {
396
397
398
399
-});
400
+});
0 commit comments