-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 'cloneData' option to buildMemoryStorage (#581)
* Add 'storeClone' option to buildMemoryStorage function * fix lint issue * fix lint issue * add test for new storeClone option * fix linter issue * update comment * update code according to review * fix test * Update src/storage/memory.ts Add this comment to code coverage skip the structuredClone test Co-authored-by: Arthur Fiorette <[email protected]> * Update test/storage/memory.test.ts Co-authored-by: Arthur Fiorette <[email protected]> * fix test * fix indent * Update src/storage/memory.ts * Update test/storage/memory.test.ts * Update test/storage/memory.test.ts * Update test/storage/memory.test.ts * Update test/storage/memory.test.ts * refactor: docs and more --------- Co-authored-by: Arthur Fiorette <[email protected]> Co-authored-by: arthurfiorette <[email protected]>
- Loading branch information
1 parent
7005846
commit 6407cad
Showing
4 changed files
with
51 additions
and
9 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
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