Skip to content

Commit 1f527d3

Browse files
committed
[hygiene] Remove failing comments
1 parent 6b113ef commit 1f527d3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/unit/persisters/persister-sqlite-tabular.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,6 @@ describe.each(Object.entries(VARIANTS))(
14761476
expect(store2.getContent()).toEqual([{t1: {r1: {c1: 1}}}, {v1: 1}]);
14771477
});
14781478

1479-
// FAILS
14801479
test('autoSave1 & autoLoad2, complex transactions', async () => {
14811480
await persister1.startAutoSave();
14821481
await persister2.startAutoLoad();

test/unit/persisters/persisters.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,6 @@ describe.each([
713713
expect(persister.getStats()).toEqual({loads: 1, saves: 0});
714714
});
715715

716-
// FAILS
717716
test('autoLoads', async () => {
718717
await persistable.set(location, [{t1: {r1: {c1: 1}}}]);
719718
await persister.startAutoLoad();

0 commit comments

Comments
 (0)