nexo/apps/mattermost/detox/utils/constants.js

8 lines
190 B
JavaScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
const ARTIFACTS_DIR = 'artifacts';
module.exports = {
ARTIFACTS_DIR,
};