alveusgg / extension

Twitch extension for Alveus Sanctuary, allowing stream viewers to learn more about the ambassadors at the sanctuary.

Home Page:https://www.twitch.tv/alveussanctuary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Existing testing code

MattIPv4 opened this issue Β· comments

πŸ‘‹ Is the existing code for running tests within the repo wanted? npm test seems to invoke some templated tests that currently fail? Is it worth keeping these around (and maybe stubbing out what's currently failing), or would it be fine to just remove the tests and the testing dependencies?

Those were just the template tests that came with create-react-app. I may eventually add tests but I haven't made a decision about what I want to do with them yet. I think it's best to leave it as is for now.

Ack, works for me. Will leave them as is.

In case you want to add the basic render tests to the github pipeline:
I added a test for the overlay app and fixed the panel one in #47