lirantal / Riess.js

Riess.js is a de-coupled full stack JavaScript application framework
16 stars 10 forks source link

Feature: Testing #9

Open lirantal opened 7 years ago

lirantal commented 7 years ago

Old mean.js uses a combination of mocha, should and related libraries. I had some experience with ava.js (in riess.js, at work and some other libraries) but I'm leaning towards jest which seems to be the de-facto one from facebook so we win on having one tool for both frontend and backend.

WDYT?