Files
zulip-desktop/tests/config.js
simplyahmazing 7f567f55c3 setup e2e tests
2017-11-19 16:48:21 -05:00

8 lines
118 B
JavaScript

const path = require('path')
const TEST_APP_PRODUCT_NAME = 'ZulipTest'
module.exports = {
TEST_APP_PRODUCT_NAME
}