[MM-39839] Changes for writing unit tests, some re-org (#1849)

* Move tests to individual folders

* Moved e2e tests to e2e folder, fixed lint issues

* Lint fix
This commit is contained in:
Devin Binnie
2021-11-04 11:29:32 -04:00
committed by GitHub
parent ba974dbf75
commit 0bd5a54c76
23 changed files with 76 additions and 81 deletions

16
e2e/specs/index.js Normal file
View File

@@ -0,0 +1,16 @@
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import './app_test.js';
import './config_test.js';
import './deeplink_test.js';
import './mattermost_test.js';
import './menu_test.js';
import './window_test.js';
import './browser/index_test.js';
import './browser/modal_test.js';
import './browser/settings_test.js';
import './main/user_activity_monitor_test.js';
import './utils/util_test.js';