From ba2a92120c56a5989f4f97b2d1450667ec16ad5e Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 28 Jul 2025 10:50:12 -0400 Subject: make tests run button force refresh works in ff at least, and that's what i use --- test-harness.mjs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test-harness.mjs') 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) { -- cgit v1.3