mattermost-desktop/e2e/utils/constants.js

9 lines
219 B
JavaScript
Raw Normal View History

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