mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
chore: add comments about all the tests that need to be added
This commit is contained in:
@@ -12,10 +12,10 @@ class Storage {
|
||||
return Convert.fromString(data);
|
||||
}
|
||||
clear() {
|
||||
this.storage.clear();
|
||||
this.storage.clear(); //TODO add test
|
||||
}
|
||||
remove(key) {
|
||||
this.storage.remove(key);
|
||||
this.storage.remove(key); //TODO add test
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user