Skip to content

Commit

Permalink
Comment out tests that belongs to strongly-typed-schema branch
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fahlander committed Nov 27, 2024
1 parent 04c398e commit 572a350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/typings-test/test-typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,10 @@ import * as Y from 'yjs';
db.version(1).stores({
friends: '++id, name, age'
});
db.version(2).stores({
/*db.version(2).stores({
friends: ['++id', 'name', 'age', '*tags', 'doc:Y.Doc', '&[age+id]'],
items: ['id', 'name'],
});
});*/
}

// Strongly typed stores spec2
Expand All @@ -397,7 +397,7 @@ import * as Y from 'yjs';
}
}
const db = new MyDexie();
db.version(1).stores({
/*db.version(1).stores({
friends: ['', '&[age+id+name]'],
})
})*/
}

0 comments on commit 572a350

Please sign in to comment.