Skip to content

Commit

Permalink
Fix: test termination
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 22, 2024
1 parent 361358a commit dcf2fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mongoose-aggregate-paginate-v2/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ beforeAll(async () => {
});
books.push(book);
}
await Book.create(books);
return Book.create(books);
});
});

Expand Down

0 comments on commit dcf2fda

Please sign in to comment.