Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Make the mock server test async (googleapis#1283)
* Make the mock server test async This test uses the done callback which looks confusing. We should. make the test async for readability. * test: Make the mock server test async * Remove the unnecessary before block The service does not need to be initialized in a before block. Move it to where the server is initialized.
- Loading branch information