ba64de9fa1
* ci: test & lint `mattermost-plugin` * chore: fix mattermost-plugin/webapp linting * lint: fix eslint errors * ci: run `make webapp-ci` * test: fix non-idempotent snapshot tests * chore: `npm run i18n-extract` Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
8 lines
273 B
TypeScript
8 lines
273 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
// 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')
|
|
}
|