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 32fe5fb commit 4587fd7Copy full SHA for 4587fd7
src/test/test.js
@@ -12,7 +12,6 @@ import Controller from '../lib/Controller'
12
import FakeAdapter from '../lib/adapters/Fake'
13
import BrowserTree from '../lib/browser/BrowserTree'
14
import { AdditionFailsafeError, DeletionFailsafeError } from '../errors/Error'
15
-import SyncProcess from '../lib/strategies/Default'
16
17
chai.use(chaiAsPromised)
18
const expect = chai.expect
@@ -6123,7 +6122,6 @@ describe('Floccus', function() {
6123
6122
!ACCOUNT_DATA.noCache,
6124
)
6125
6126
-
6127
// Move one tab out of the group
6128
await browser.tabs.ungroup([tab1.id])
6129
await awaitTabsUpdated()
0 commit comments