How to get rid of last TEST from the test set in dalekjs?

14 views
Skip to first unread message

Zk W

unread,
Dec 16, 2014, 11:22:51 PM12/16/14
to dal...@googlegroups.com
Hi All

We have our javascript test script like this below:


module.exports = {

'test1' : function (test) {
:   <-- many steps 
:
    .done();
}
};



Test result gives

x TEST - "test1" FAILED

 33/34 assertions passed. Elapsed Time: 4 min 31.96 sec



We don't know how to get rid of this TEST on "test1" string. We don't need this last step test.
What are we doing wrong ?
What should 'test1' string be so that it wont flag as a fail ?

Thanks
Reply all
Reply to author
Forward
0 new messages