From 9dfebbc9496138efbeedc431068f41662c780f3e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 21 Apr 2019 16:40:10 -0400 Subject: Fix eslint warnings (#2151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk Co-authored-by: LE GOFF Vincent --- js/mixins/dom_iterable_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/mixins') diff --git a/js/mixins/dom_iterable_test.ts b/js/mixins/dom_iterable_test.ts index 36e3de678..4c84fa68e 100644 --- a/js/mixins/dom_iterable_test.ts +++ b/js/mixins/dom_iterable_test.ts @@ -25,7 +25,7 @@ function setup() { }; } -test(function testDomIterable() { +test(function testDomIterable(): void { const { DomIterable, Base } = setup(); const fixture: Array<[string, number]> = [["foo", 1], ["bar", 2]]; @@ -59,7 +59,7 @@ test(function testDomIterable() { assertEquals(DomIterable.name, Base.name); }); -test(function testDomIterableScope() { +test(function testDomIterableScope(): void { const { DomIterable } = setup(); const domIterable = new DomIterable([["foo", 1]]); -- cgit v1.2.3