blanket
blanket copied to clipboard
Issue with data-cover-never interfering with jasmine test async functionality...
I have an existing test base using Jasmine 1.3. One of the test fixtures is exercising our asynchronous callback service. Normal behavior is some of the fixtures run, wait until the async bits are run, and completes the remainder of the tests (e.g., no order enforced happens randomly). When adding blanket_jasmine.js with a data-cover-never filter the I am clearly getting a collision with the two services trying to set a Listener object to the process. It's breaking my tests. Unfortunately I'd really like to filter the noise out, but this bug is preventing me from doing so... it seems to work fine without the filter.