Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentine1898 committed Jun 20, 2024
1 parent f56fb61 commit ca21f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/storage/src/indexed-db/indexed-db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ describe('IndexedDb', () => {
expect((await dbB.getAssetsMetadata(metadataA.penumbraAssetId!))?.name).toBe(metadataA.name);
});

// TODO: Do not skip this test after vitest has been updated to v2.0.0.
// use vi.mock to override the IDB_VERSION value (vi.mock is not available in browser mode for vitest 1.6.0).
it.skip('increasing version should re-create object stores', async () => {
const version1Props = generateInitialProps();
const dbA = await IndexedDb.initialize(version1Props);
Expand Down

0 comments on commit ca21f76

Please sign in to comment.