We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802c3c3 commit 8042788Copy full SHA for 8042788
tests/errors.test.ts
@@ -27,7 +27,7 @@ describe('Test on updates', () => {
27
}
28
})
29
30
- test(`Not throw MeiliSearchCommunicationError when throwned error is not MeiliSearchApiError`, async () => {
+ test(`Not throw MeiliSearchCommunicationError when throwned error is MeiliSearchApiError`, async () => {
31
fetchMock.mockReject(
32
new MeiliSearchApiError(
33
{
0 commit comments