Skip to content

Commit 572a350

Browse files
author
David Fahlander
committed
Comment out tests that belongs to strongly-typed-schema branch
1 parent 04c398e commit 572a350

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/typings-test/test-typings.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@ import * as Y from 'yjs';
370370
db.version(1).stores({
371371
friends: '++id, name, age'
372372
});
373-
db.version(2).stores({
373+
/*db.version(2).stores({
374374
friends: ['++id', 'name', 'age', '*tags', 'doc:Y.Doc', '&[age+id]'],
375375
items: ['id', 'name'],
376-
});
376+
});*/
377377
}
378378

379379
// Strongly typed stores spec2
@@ -397,7 +397,7 @@ import * as Y from 'yjs';
397397
}
398398
}
399399
const db = new MyDexie();
400-
db.version(1).stores({
400+
/*db.version(1).stores({
401401
friends: ['', '&[age+id+name]'],
402-
})
402+
})*/
403403
}

0 commit comments

Comments
 (0)