Specy / genshin-music

A music composer and song learning webapp made for the games Genshin and Sky Cotl. Made with Next.js, WebMIDI, WebAudio, pixi.js
https://specy.app/
MIT License
132 stars 35 forks source link

Adding tests for the src/lib folder #18

Closed Specy closed 2 years ago

Specy commented 2 years ago

The project has reached a size which is big enough to need testing before updating. UI wise it's hard to test, but it should be doable to at least add tests to the lib part of the app, which takes care of the logic of the app. In the future i'd like to add testing of stores and possibly compoenents, but lib is a good enough start for now

Wiz1991 commented 2 years ago

On it