-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dictionaries): adds methods and tests #1253
Conversation
9f732b4
to
0b9c2c0
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9f732b4:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit fb5a73f:
|
0b9c2c0
to
8f648ad
Compare
…search-client-javascript into feat/custom-dictionaries
I wonder if the tests are failing because we are doing account tasks in parallel, what do you think @chloelbn? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, thanks @shortcuts for finalising this!
packages/client-search/src/types/GetDictionarySettingsResponse.ts
Outdated
Show resolved
Hide resolved
packages/client-search/src/types/SaveDictionaryEntriesOptions.ts
Outdated
Show resolved
Hide resolved
packages/client-search/src/__tests__/integration/dictionary.test.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm on green!
Fixes #1248