* Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
// eslint-disable-next-line
|
|
http.post('http://localhost:1986/' + SERVER_PATH, {
|
|
headers: {'Content-Type': 'text/plain'},
|
|
body: '',
|
|
})
|