mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-13 06:58:09 +00:00

* Fix a few typos The "database instead of store" change isn't a typo fix, per se, but these tests are testing the lower-level database layer, and I'm about to introduce some tests for the higher-level store layer, so I want to avoid any confusion in the test names * Start on SQL store-level tests * Add some tests for createBag * Add test for getBagTiddler and getBagTiddlers * Add basic recipe tests * Add a test for saving a tiddler within a recipe * Add store test for deleteTiddler