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