From 2b5f996bbe9d8f87e16eb67ee19ebba784c4fb4d Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Fri, 18 Oct 2024 17:16:05 +0100 Subject: [PATCH] Don't use test files --- pxt.json | 3 --- test.ts | 1 - 2 files changed, 4 deletions(-) delete mode 100644 test.ts diff --git a/pxt.json b/pxt.json index c9c044c..fcb5c30 100644 --- a/pxt.json +++ b/pxt.json @@ -11,9 +11,6 @@ "README.md", "LICENSE.md" ], - "testFiles": [ - "test.ts" - ], "targetVersions": { "target": "7.0.51", "targetId": "microbit" diff --git a/test.ts b/test.ts deleted file mode 100644 index 7bf240c..0000000 --- a/test.ts +++ /dev/null @@ -1 +0,0 @@ -// tests go here; this will not be compiled when this package is used as an extension.