cloudron-e2e-test/common.js

8 lines
117 B
JavaScript
Raw Normal View History

2015-06-17 02:13:17 +00:00
'use strict';
exports = module.exports = {
TESTAPP_ID: 'io.cloudron.testapp',
TESTAPP_VERSION : '1.0.1'
};