aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
Diffstat (limited to 'QA.md')
-rw-r--r--QA.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/QA.md b/QA.md
index 5eabd01..8453b78 100644
--- a/QA.md
+++ b/QA.md
@@ -25,32 +25,6 @@ The behaviors of the console are tested in [Console section](#consoles).
### Settings
-#### JSON Settings
-
-##### Validations
-
-- [ ] show error on invalid json
-- [ ] show error when top-level keys has keys other than `keymaps`, `search`, `blacklist`, and `properties`
-
-###### `"keymaps"` section
-
-- [ ] show error on unknown operation name in `"keymaps"`
-
-###### `"search"` section
-
-- validations in `"search"` section are not tested in this release
-
-##### Updating
-
-- [ ] changes are updated on textarea blure when no errors
-- [ ] keymap settings are applied to open tabs without reload
-- [ ] search settings are applied to open tabs without reload
-
-##### Properties
-
-- [ ] show errors when invalid property name
-- [ ] show errors when invalid property type
-
#### Form Settings
<!-- validation on form settings does not implement in 0.7 -->