diff options
Diffstat (limited to 'SCHEMA.md')
| -rw-r--r-- | SCHEMA.md | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -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()", +        ... +    }  }  ```  |