mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
fixed missing done() in acceptance tests
This commit is contained in:
@@ -95,7 +95,7 @@ describe('Getting Contacts', function() {
|
||||
)
|
||||
})
|
||||
|
||||
return it('should respect a limit and only return top X contacts', function() {
|
||||
return it('should respect a limit and only return top X contacts', function(done) {
|
||||
return request(
|
||||
{
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user