Files
zulip-desktop/tests/config.js
Anders Kaseorg 6f01f1362a js: Declare 'use strict' on tests too.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-03-09 22:14:23 -07:00

8 lines
104 B
JavaScript

'use strict';
const TEST_APP_PRODUCT_NAME = 'ZulipTest';
module.exports = {
TEST_APP_PRODUCT_NAME
};