Files
talk/tests/e2e/globals.js
T

5 lines
91 B
JavaScript

module.exports = {
waitForConditionTimeout: 20000,
baseUrl: 'http://localhost:3011'
};