chrisleee / twitch-stocks

A web platform that allows you to invest in Twitch streamers with imaginary points.
GNU General Public License v3.0
21 stars 8 forks source link

Choose testing frameworks #9

Closed chrisleee closed 7 years ago

chrisleee commented 7 years ago

Since we're using React on the front end, we'll most likely choose between Mocha and Jest.

With Node.js on the back end, we'll probably choose between Mocha, Tape, and Ava.

chrisleee commented 7 years ago

We'll be going with Mocha on both ends for now so as to not add too many frameworks to learn.

chrisleee commented 7 years ago

Jest can actually also be used in the back end, so that will be the choice.