meilisearch / meilisearch-js

JavaScript client for the Meilisearch API

Home Page:https://www.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in the test name

amit-ksh opened this issue · 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