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",