gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

[TODO] Add Jest/React Testing Library tests #24

Closed gbowne1 closed 9 months ago

gbowne1 commented 9 months ago

A good app needs some tests. The one we have is the default for Jest/RTL that comes with Create React App 5.

Add a test folder and create some initial tests for the UI,etc.

Sky-De commented 9 months ago

@gbowne1 hi there, i would like to work on this, please assign this to me Thanks

gbowne1 commented 9 months ago

Ok @Sky-De will assign you

Sky-De commented 9 months ago

@gbowne1 thanks for assignment, for start i will add packages and initializing testing setup with one sample test, because it is lot of works testing all app at once , then I'll test components one by one , is it ok with you?

gbowne1 commented 9 months ago

there are already testing packages installed.

That is fine with me @Sky-De