Skip to content

Commit

Permalink
feat: add uiua test command (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeng authored Nov 15, 2024
1 parent 3f1db64 commit 24504cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24504cc

Please sign in to comment.