Skip to content

Commit

Permalink
Enable test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Sep 2, 2024
1 parent 22e6ae9 commit e60fb28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"test_runner": true,
"representer": false,
"analyzer": false
},
"test_runner": {
"average_run_time": 1
},
"blurb": "YAMLScript is a dynamic, general purpose programming language. It has a clean YAML syntax and embeds nicely into existing YAML files, making the desired parts of them dynamic. When a YAMLScript program is run, the source code transpiles to Clojure code, and is evaluted by a native binary runtime interpreter called `ys` (not by the JVM). YAMLScript is also available as a dynamic YAML loader library",
"version": 3,
"online_editor": {
Expand Down
5 changes: 4 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ active: false

status:
concept_exercises: false
test_runner: false
test_runner: true
representer: false
analyzer: false

test_runner:
average_run_time: 1

blurb:
YAMLScript is a dynamic, general purpose programming language.
It has a clean YAML syntax and embeds nicely into existing YAML files, making
Expand Down

0 comments on commit e60fb28

Please sign in to comment.