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