Skip to content

Commit

Permalink
Add support for j in test_configurations.go (#1136)
Browse files Browse the repository at this point in the history
* Add support for j in test_configurations.go

* Exchange double quotes to backtick

* Update test_configurations.go
  • Loading branch information
eNascimento178 authored May 2, 2024
1 parent e6aeb01 commit d08e50e
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 @@ -139,6 +139,9 @@ var TestConfigurations = map[string]TestConfiguration{
"haskell": {
Command: "stack test",
},
"j": {
Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"`,
},
"java": {
Command: "gradle test",
},
Expand Down

0 comments on commit d08e50e

Please sign in to comment.