Skip to content

Commit 961a258

Browse files
committed
Add rescript support
1 parent 47588cb commit 961a258

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ var TestConfigurations = map[string]TestConfiguration{
250250
"red": {
251251
Command: "red {{test_files}}",
252252
},
253+
"rescript": {
254+
Command: "npm run test",
255+
},
253256
"roc": {
254257
Command: "roc test {{test_files}}",
255258
},

0 commit comments

Comments
 (0)