From cc65b3d9ab99a57eb813e2f432350b20becbdaf5 Mon Sep 17 00:00:00 2001 From: Christian Willner <34183939+vaeng@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:49:44 +0100 Subject: [PATCH] feat: add uiua test command --- workspace/test_configurations.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workspace/test_configurations.go b/workspace/test_configurations.go index 90a7a1670..497100818 100644 --- a/workspace/test_configurations.go +++ b/workspace/test_configurations.go @@ -253,6 +253,9 @@ var TestConfigurations = map[string]TestConfiguration{ "typescript": { Command: "yarn test", }, + "uiua": { + Command: "uiua test {{test_files}}", + }, // unison: tests are run from an active UCM session "vbnet": { Command: "dotnet test",