From de81c81decbe6aa75269b421afec47d88462d0b4 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);