Closed rails4sandeep closed 8 years ago
This is due to the setTimeout
I added to one of the tests. Once I removed, all the tests are running
Removed the below from one of the tests
setTimeout(function () {
phantom.exit();
}, 0);
And all the tests started running
Passing `./tests/*.js' is running only the first test. Is there a fix or work around for this