franciskafieh / obsidian-list-modified

🪨 The advanced and adaptive changelog for Obsidian. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note.
MIT License
85 stars 7 forks source link

[FR] Unit testing #89

Open franciskafieh opened 7 months ago

franciskafieh commented 7 months ago

The plugin has become big enough that I think I should add some unit tests. This way features stop randomly breaking when I attempt to fix other ones

franciskafieh commented 7 months ago

take a look at https://github.com/obsidian-community/jest-environment-obsidian ? and https://publish.obsidian.md/hub/04+-+Guides%2C+Workflows%2C+%26+Courses/Guides/How+to+find+examples+of+Jest-based+plugin+tests

franciskafieh commented 7 months ago

Started mocking of API. Need to define which functions really need to be tested.