Skip to content

Commit 24504cc

Browse files
authored
feat: add uiua test command (#1183)
1 parent 3f1db64 commit 24504cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace/test_configurations.go

+3
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ var TestConfigurations = map[string]TestConfiguration{
253253
"typescript": {
254254
Command: "yarn test",
255255
},
256+
"uiua": {
257+
Command: "uiua test {{test_files}}",
258+
},
256259
// unison: tests are run from an active UCM session
257260
"vbnet": {
258261
Command: "dotnet test",

0 commit comments

Comments
 (0)