File size: 156 Bytes
dbc8392
 
 
 
 
1
2
3
4
5
6
function runTests() {
    apiPost('/test/run', {})
        .then(data => showResult('test-result', data))
        .catch(err => console.error(err));
}