From 726570ce77e3201bf3bd9203fb71c13508935129 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Tue, 18 Apr 2023 21:13:04 -0400 Subject: [PATCH] Remove old tests. --- tests/test-karma.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-karma.js b/tests/test-karma.js index e15cb2a4..724ab438 100644 --- a/tests/test-karma.js +++ b/tests/test-karma.js @@ -90,7 +90,6 @@ if(process.env.TESTS) { // other tests entries.push(join(_top, 'tests/misc.js')); entries.push(join(_top, 'tests/graph-container.js')); - entries.push(join(_top, 'tests/new-embed-api')); // WebIDL tests entries.push(webidl);