From 6573419777c3cfe7c33b11bba1db9969f461a527 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Fri, 16 Oct 2020 19:57:11 -0700 Subject: [PATCH] Lint fix --- src/test/lib/decorators_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/lib/decorators_test.ts b/src/test/lib/decorators_test.ts index a6756d51..9563f1ec 100644 --- a/src/test/lib/decorators_test.ts +++ b/src/test/lib/decorators_test.ts @@ -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); } }); });