-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update jest To include fix for: jestjs/jest#6730 * Remove noEmitOnError from tsconfig * Remove unneeded mock * Fix test Not sure why, but jest seems to have trouble loading some modules, the filter(Boolean) makes the test pass * Dedupe packages * Accept keyPrefix in config to allow per client storage in multi-client * Pass keyPrefix when creating store * Typescript fixes * Add colon to keyPrefix in store * Remove unused import * Return false instead of undefined when response is not optimistic * Enforce unique keyPrefixes among clients Unit tests refactoring to account for module state (keyPrefixesInUse) * Improve typings for auth options * Make invalid auth type error non retryable * Add test coverage for AWS_IAM auth mode * Kepp client instances around to prevent garbage collection * Use default prefixKey from redux-persist
- Loading branch information
1 parent
5af8c08
commit 1885a8a
Showing
11 changed files
with
1,567 additions
and
518 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
Oops, something went wrong.