Skip to content

Commit

Permalink
first working playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshaf committed Nov 16, 2024
1 parent b30cb6e commit ba361d4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 518 deletions.
4 changes: 3 additions & 1 deletion packages/idb-cache-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ const cache = new IDBCache({
cacheBuster,
debug: true,
});
// @ts-expect-error
window.idbCacheInstance = cache;

const DEFAULT_NUM_ITEMS = 1;

const DEFAULT_ITEM_SIZE = 10240;
const DEFAULT_ITEM_SIZE = 1024 * 32;

const initialItemSize =
Number.parseInt(
Expand Down
Loading

0 comments on commit ba361d4

Please sign in to comment.