ciyidogan's picture
Upload 19 files
833cf90 verified
raw
history blame
156 Bytes
function runTests() {
apiPost('/test/run', {})
.then(data => showResult('test-result', data))
.catch(err => console.error(err));
}