fernandogmar

Results 3 issues of fernandogmar

Hi @kamilkp I am using your library in one of my projects, I have found that is not possible to ' track by SOME_EXPRESSION' that can be possible normally using...

Hi Abel, on this case added assertions are not available ```javascript test.only('5 is bigger than 4', (t) => { t.biggerThan(4, 5); t.end(); }); ``` Gracias!

Hi Jorge, I am really interested on this project but for one reason I can not find I can not get this running, I also I tryed with https://github.com/thejsj/livedb-rethinkdb, and...