doings-projects-stuffs / financial-calculator

GNU General Public License v3.0
0 stars 0 forks source link

Snapshot Testing #20

Open nafiz1001 opened 3 weeks ago

nafiz1001 commented 3 weeks ago

We can save the headache of setting up tests by first assuming the function works as intended and then using snapshot testing to ensure a function does not change unexpectedly. https://vitest.dev/guide/snapshot.html#snapshot

nafiz1001 commented 3 weeks ago

Kinda pointless to create an issue like that. Such an issue should only be created if needs arise.