frondeus / fvtt-syrin-control

Syrinscape Online Control plugin for FoundryVTT
MIT License
15 stars 5 forks source link

Write tests for the module #18

Closed frondeus closed 2 years ago

frondeus commented 2 years ago

Jest + Svelte is absolutely possible, I should use that. Also, I need some kind of dependency injection for API calls.

frondeus commented 2 years ago

Besides Jest + Svelte for unit component tests I think I should use E2E framework to test the whole foundry integration and have at least one green path test for every feature both in CSV and API mode.