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',
2015-06-18 07:44:03 +00:00
TESTAPP_VERSION : '1.0.2'
2015-06-17 02:13:17 +00:00
};