Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Oct 17, 2020
1 parent 26e09aa commit 6573419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/lib/decorators_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ suite('decorators', () => {
flush();
assert.deepEqual(c.assignedNodesEl.footerAssignedItems, []);
if (definedMatches && descriptor !== undefined) {
Object.defineProperty(Element.prototype, 'matches', descriptor!);
Object.defineProperty(Element.prototype, 'matches', descriptor);
}
});
});
Expand Down

0 comments on commit 6573419

Please sign in to comment.