Typo in the test name
amit-ksh opened this issue · 2 comments
amit-ksh commented
Description
The test name in errors.test.ts
is currently misleading and may cause confusion.
Current
test('Not throw MeiliSearchCommunicationError when throwned error is not
MeiliSearchApiError', async () => {
Expected
test('Not throw MeiliSearchCommunicationError when throwned error is MeiliSearchApiError', async () => {
Screenshots or Logs
meilisearch-js/tests/errors.test.ts
Line 30 in 802c3c3
brunoocasali commented
Hi @amit-ksh can you provide a PR to fix that?!
Thanks for your report!
amit-ksh commented
Yep! I'll make the PR