-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update keyv events errors handling (#1249)
* fix: update error handling in Keyv class to respect emitErrors option * fix: standardize indentation * fix: fixed linting * fix: remove whitespaces * updating args to arguments_ * adding in tests on set handling * tests on error handling for store delete * adding in error handler for store clear * tests on store has using get method * test to not emit errors when emitErrors is false --------- Co-authored-by: Jared Wray <me@jaredwray.com>
- Loading branch information
Showing
2 changed files
with
71 additions
and
2 deletions.
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