Skip to content

Commit

Permalink
test: fix test case for dlitem (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeyyy authored Jan 9, 2019
1 parent 6f9493f commit b9d1b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/checks/lists/dlitem.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ describe('dlitem', function() {
);
assert.isTrue(checks.dlitem.evaluate.apply(null, checkArgs));
});
})(shadowSupport.v1 ? it : xit)(
});

(shadowSupport.v1 ? it : xit)(
'should return true in a shadow DOM pass',
function() {
var node = document.createElement('div');
Expand Down

0 comments on commit b9d1b57

Please sign in to comment.