-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dictionaries): adds methods and tests (#1253)
* feat(dictionaries): adds methods and tests * rename dictionary task to app task * semicolon * add missing types * group tests * remove `dictionary` tests from `browser-lite` env * fix methods * split and fix tests * Rename `SaveDictionaryEntriesOptions` type to `DictionaryEntriesOptions` * Rename `SaveDictionaryEntriesResponse` type to `DictionaryEntriesResponse` * Remove duplicate type: `SetDictionarySettingsResponse` * Assert object is present * Remove unneeded spread Co-authored-by: Haroen Viaene <[email protected]> Co-authored-by: shortcuts <[email protected]>
- Loading branch information
1 parent
54c1cb7
commit aed6554
Showing
24 changed files
with
617 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.