summaryrefslogtreecommitdiff
path: root/test/test-json-schema.js
Commit message (Collapse)AuthorAge
* Json schema validation improvements (#1697)toasted-nutbread2021-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Create new JsonSchema class * Add proxy handler * Update tests * Update validation scripts * Update backend * Update audio downloader * Update options util * Update dictionary importer * Update json schema file reference * Remove old json-schema.js * Rename new json-schema.js * Update file names * Rename class
* Remove log, clone test value before use (#1695)toasted-nutbread2021-05-22
|
* Update schema tests (#1693)toasted-nutbread2021-05-22
* Update helper functions * Rename file * Update deleteProperty * Add some basic proxy tests