diff options
Diffstat (limited to 'test-harness.mjs')
| -rw-r--r-- | test-harness.mjs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test-harness.mjs b/test-harness.mjs index 6990ad0..ec25a03 100644 --- a/test-harness.mjs +++ b/test-harness.mjs @@ -17,12 +17,6 @@ export default class extends HTMLElement { const skippedCount = this.querySelector('.skipped-count'); [passedCount, failedCount, skippedCount].forEach(e => e.innerHTML = '0'); - - const runLink = this.querySelector('a'); - runLink.onclick = e => { - e.preventDefault(); - this.run(); - }; } addTests(fn) { |
