You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is how most of javascript does this. They basically allows done argument in the test and the test framework checks the argument and if it has 1 arg it considers it as async.
Here is how most of javascript does this. They basically allows
done
argument in the test and the test framework checks the argument and if it has 1 arg it considers it as async.https://jestjs.io/docs/en/asynchronous
Can we have something like this?
It does need to support default timeout and also allows us to specific custom timeouts which could be done by
Async(10000) It should ...
This would make it easy to test async parts of vim-lsp.
The text was updated successfully, but these errors were encountered: