meilisearch/meilisearch-js

Typo in the test name

amit-ksh opened this issue · 2 comments

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

test(`Not throw MeiliSearchCommunicationError when throwned error is not MeiliSearchApiError`, async () => {

Hi @amit-ksh can you provide a PR to fix that?!

Thanks for your report!

Yep! I'll make the PR