Migrate app to TypeScript (#1637)
* Initial setup and migrated src/common * WIP * WIP * WIP * Main module basically finished * Renderer process migrated * Added CI step and some fixes * Fixed remainder of issues and added proper ESLint config * Fixed a couple issues * Progress! * Some more fixes * Fixed a test * Fix build step * PR feedback
This commit is contained in:
10
test/specs/index.js
Normal file
10
test/specs/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
import './app_test.js';
|
||||
import './security_test.js';
|
||||
import './spellchecker_test.js';
|
||||
import './browser/index_test.js';
|
||||
import './browser/settings_test.js';
|
||||
import './main/user_activity_monitor_test.js';
|
||||
import './utils/util_test.js';
|
Reference in New Issue
Block a user