summaryrefslogtreecommitdiffstats
path: root/webapp/tests/client_post.test.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/client_post.test.jsx')
-rw-r--r--webapp/tests/client_post.test.jsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/webapp/tests/client_post.test.jsx b/webapp/tests/client_post.test.jsx
index c8e6fad0f..3c6f05c9f 100644
--- a/webapp/tests/client_post.test.jsx
+++ b/webapp/tests/client_post.test.jsx
@@ -1,13 +1,6 @@
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-/* eslint-disable no-console */
-/* eslint-disable global-require */
-/* eslint-disable func-names */
-/* eslint-disable prefer-arrow-callback */
-/* eslint-disable no-magic-numbers */
-/* eslint-disable no-unreachable */
-
import assert from 'assert';
import TestHelper from './test_helper.jsx';