Gilad

Results 3 comments of Gilad

+1 It happens only if the exception is thrown from an asynchronous callback. If the exception is thrown from a synchronous test flow the exception is caught and the test...

See suggested fix in #177 (https://github.com/caolan/nodeunit/pull/177)

I just had the same issue and found the problem: After you get the code from facebook everyauth has another step called 'getAccessToken' which makes another request to facebook on...