2021-05-24 19:06:11 +02:00
|
|
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
|
|
// See LICENSE.txt for license information.
|
|
|
|
|
2022-07-13 08:28:13 +02:00
|
|
|
// This won't exist locally when running in CI
|
|
|
|
// eslint-disable-next-line no-process-env
|
|
|
|
if (!process.env.CI) {
|
|
|
|
require('mattermost-webapp/tests/setup')
|
|
|
|
}
|