I wrote some tests using jQuery's qUni for some Bacon.js functions i did.
However Bacon.js throws an error and qUnit marks the test as failed but the outcome is correct and the equals() methods work ok.
My question is can i make qUnit ignore a type of error or an error from a source ?
The error is something like this :
"Uncaught TypeError: undefined is not a function
Source: ..../static/js/libs/Bacon.js:62"
Thanks