diff options
author | 2021-03-09 08:48:58 +0200 | |
---|---|---|
committer | 2021-03-09 08:48:58 +0200 | |
commit | 0ec4a370d476f3f8b7453c887b0b02fe83aced9c (patch) | |
tree | e7fb0e7a71369affd79222445a35438815ad4cd3 /SCHEMA.md | |
parent | Add missing "is" to error message (diff) | |
parent | Fixes Production URL Constant (diff) |
Merge branch 'main' into ks123/role-assigning
Diffstat (limited to 'SCHEMA.md')
-rw-r--r-- | SCHEMA.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -125,7 +125,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()", + ... + } } ``` |