From c311359785ad28c64cd0236d223a0dab93ff0a83 Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Wed, 24 Feb 2021 12:06:44 +0100 Subject: Add unittests to the schema --- SCHEMA.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'SCHEMA.md') diff --git a/SCHEMA.md b/SCHEMA.md index 6aae7d6..ada828e 100644 --- a/SCHEMA.md +++ b/SCHEMA.md @@ -123,7 +123,12 @@ Textareas require no additional configuration. ```js { // A supported language from https://prismjs.com/#supported-languages - "language": "python" + "language": "python", + // An optinal mapping of unit tests + "unittests": { + "unit_1": "unit_code()", + ... + } } ``` -- cgit v1.2.3