chingu-voyage3 / bears-21

Hissues
https://hissues.herokuapp.com/
6 stars 0 forks source link

Test framework in a JS library especially for the backend. #8

Closed Mortuie closed 6 years ago

Mortuie commented 6 years ago

I think having a couple of tests won't really hurt anyone.

nikrb commented 6 years ago

create-react-app comes with Jest by default. I have some simple tests in my fcc rogue-like dungeon crawler example app.

Mortuie commented 6 years ago

Open to discussion we can use any framework. I've only touched mocha for some stuff on the backend. I'm more worried about the front-end rather than the backend. But we can do both. Again I don't really mind. This is more for later, if we decide to integrate Travis CI & such like to help us. But again no idea and open to suggestion.