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 350191a commit 36e6aa8Copy full SHA for 36e6aa8
src/test/test.js
@@ -1982,7 +1982,7 @@ describe('Floccus', function() {
1982
]
1983
}),
1984
false,
1985
- Boolean(account.server.orderFolder)
+ false
1986
)
1987
1988
const localTree = await account.localTree.getBookmarksTree(true)
@@ -1991,7 +1991,7 @@ describe('Floccus', function() {
1991
localTree,
1992
tree,
1993
1994
1995
1996
})
1997
it('should integrate existing items from both sides', async function() {
0 commit comments