forked from aws-amplify/amplify-js
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@aws-amplify/datastore-storage-adapter): remove extra, invalid sq…
…lite mutations again (aws-amplify#9921) * testing expanded, refixed sqlite adapter * ported sqlite adapter test expansion to indexeddbadapter tests * working on making all adapter tests share common test script * shared tests working in both datastore and datastore-storage-adapter * moved and incorporated record adder helper in common adapter tests * cleanup cruft * cleaned up crufty lib include
- Loading branch information
Showing
11 changed files
with
585 additions
and
571 deletions.
There are no files selected for viewing
421 changes: 99 additions & 322 deletions
421
packages/datastore-storage-adapter/__tests__/SQLiteAdapter.test.ts
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,8 @@ | |
"/node_modules/", | ||
"dist", | ||
"lib", | ||
"lib-esm" | ||
"lib-esm", | ||
"../datastore" | ||
] | ||
} | ||
} |
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.