Skip to content

Commit

Permalink
feat: activate test runner (#62)
Browse files Browse the repository at this point in the history
* feat: activate test runner

* fix: add average_run_time

2 seconds is just a guesstimate. To get started.
  • Loading branch information
vaeng authored Nov 19, 2024
1 parent fc1acba commit cc082e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"test_runner": true,
"representer": false,
"analyzer": false
},
Expand All @@ -14,6 +14,9 @@
"indent_style": "space",
"indent_size": 2
},
"test_runner": {
"average_run_time": 2
},
"files": {
"solution": [
"%{kebab_slug}.ua"
Expand Down

0 comments on commit cc082e6

Please sign in to comment.