From 4d88723cb4bd5dedb5933d3560b03733b59488f6 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 20 Feb 2018 21:30:16 -0800 Subject: [PATCH] lint fix --- tests/fixtures.js | 2 +- tests/spec/08-status-media.js | 2 +- tests/spec/09-threads.js | 2 +- tests/utils.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fixtures.js b/tests/fixtures.js index c4f842d..ca54e30 100644 --- a/tests/fixtures.js +++ b/tests/fixtures.js @@ -58,4 +58,4 @@ export const quuxStatuses = [ {content: 'pinned toot 1'} ].concat(times(25, i => ({content: `unlisted thread ${25 - i}`}))) -export const quuxThread = times(25, i => ({content: `unlisted thread ${i + 1}`})) \ No newline at end of file +export const quuxThread = times(25, i => ({content: `unlisted thread ${i + 1}`})) diff --git a/tests/spec/08-status-media.js b/tests/spec/08-status-media.js index f10a325..c71ab40 100644 --- a/tests/spec/08-status-media.js +++ b/tests/spec/08-status-media.js @@ -40,4 +40,4 @@ test('click and close image and video modals', async t => { .expect(modalDialogContents.exists).ok() .click(closeDialogButton) .expect(modalDialogContents.exists).notOk() -}) \ No newline at end of file +}) diff --git a/tests/spec/09-threads.js b/tests/spec/09-threads.js index f86d634..08c0ca4 100644 --- a/tests/spec/09-threads.js +++ b/tests/spec/09-threads.js @@ -34,4 +34,4 @@ test('Scrolls to proper point in thread', async t => { .expect(getNthStatus(16).innerText).contains('unlisted thread 17') .expect(Math.round(getNthStatus(16).boundingClientRect.top)) .eql(Math.round($('.container').boundingClientRect.top)) -}) \ No newline at end of file +}) diff --git a/tests/utils.js b/tests/utils.js index 4b884cf..9d444d7 100644 --- a/tests/utils.js +++ b/tests/utils.js @@ -57,4 +57,4 @@ export async function scrollToBottomOfTimeline (t) { } lastSize = newSize } -} \ No newline at end of file +}