1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Yadd <yadd@debian.org>
Date: Wed, 3 Dec 2025 21:43:54 +0100
Subject: drop one test
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2023-10-18
this test needs external source code
---
src/test/run.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/run.ts b/src/test/run.ts
index c3e0e72..81ac457 100644
--- a/src/test/run.ts
+++ b/src/test/run.ts
@@ -1,5 +1,5 @@
import "./api";
import "./ecmascript";
-import "./typescript";
+//import "./typescript";
import "./flow";
import "./type-annotations";
|