
* [MM-39885] Migrate unit tests to Jest, fleshed out tests for common/util/url * Typo fix * Oops * I found more tests! * Fixed a bug * Oops again * Tests for common/utils/util * A bunch of cleanup * Oops
14 lines
382 B
JavaScript
14 lines
382 B
JavaScript
// 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';
|