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 9f79a28 commit c8902b4Copy full SHA for c8902b4
src/test/test.js
@@ -4704,7 +4704,7 @@ describe('Floccus', function() {
4704
)
4705
})
4706
it('should handle complex hierarchy reversals 2', async function() {
4707
- if (ACCOUNT_DATA.type === 'linkwarden') {
+ if (ACCOUNT_DATA.type === 'linkwarden' || ACCOUNT_DATA.type === 'karakeep') {
4708
return this.skip()
4709
}
4710
const localRoot = account1.getData().localRoot
0 commit comments