From 3dc4d17b304b66cc2c22c2739fb8b2516afe72a2 Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Thu, 27 Mar 2025 16:54:19 -0700 Subject: [PATCH] Update tests/mocha/index.html --- tests/mocha/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/mocha/index.html b/tests/mocha/index.html index 6231da3ea..690b75a77 100644 --- a/tests/mocha/index.html +++ b/tests/mocha/index.html @@ -233,7 +233,6 @@ import './flyout_test.js'; import './focus_manager_test.js'; import './focusable_tree_traverser_test.js'; - // import './test_event_reduction.js'; import './generator_test.js'; import './gesture_test.js'; import './icon_test.js';