mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
exports.config = {
|
|
specs: ['./tests/e2e/**/*_test.js'],
|
|
baseUrl: 'http://localhost:3333/'
|
|
}
|