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 d3bc7e8 commit 350191aCopy full SHA for 350191a
src/test/test.js
@@ -1930,6 +1930,9 @@ describe('Floccus', function() {
1930
await account.sync() // propagate to server
1931
expect(account.getData().error).to.not.be.ok
1932
1933
+ await account.sync() // make sure order is propagated
1934
+ expect(account.getData().error).to.not.be.ok
1935
+
1936
await account.init()
1937
1938
// move b into a in client
0 commit comments