We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebc4bb commit 9b3fbb2Copy full SHA for 9b3fbb2
src/test/test.js
@@ -8144,9 +8144,9 @@ describe('Floccus', function() {
8144
{ id: '', title: 'root', location: 'Server' }
8145
)
8146
account1.server.onSyncStart = function() { this.bookmarksCache = bmDb }
8147
- account1.server.onSyncComplete = null
+ account1.server.isAtomic = () => false
8148
account2.server.onSyncStart = function() { this.bookmarksCache = bmDb }
8149
- account2.server.onSyncComplete = null
+ account2.server.isAtomic = () => false
8150
await interruptBenchmark()
8151
})
8152
}
0 commit comments