From 32bc3a12565d127ae64afcf60702136daea19fc6 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 7 May 2021 15:25:28 +0200 Subject: [PATCH] As this track has a working test runner, the `status.test_runner` property is set to `true`. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 47b255d9d..e5e1e880f 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ "version": 3, "status": { "concept_exercises": false, - "test_runner": false, + "test_runner": true, "representer": false, "analyzer": false },