Merge pull request #28387 from element-hq/t3chguy/knip2

This commit is contained in:
Michael Telatynski 2024-11-12 09:01:24 +00:00 committed by GitHub
commit 6bc8080ec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 353 additions and 538 deletions

View file

@ -13,7 +13,7 @@ import { createTestClient, flushPromises, setupAsyncStoreWithClient } from "../.
import SettingsStore from "../../../src/settings/SettingsStore";
import { BreadcrumbsStore } from "../../../src/stores/BreadcrumbsStore";
import { Action } from "../../../src/dispatcher/actions";
import { defaultDispatcher } from "../../../src/dispatcher/dispatcher";
import defaultDispatcher from "../../../src/dispatcher/dispatcher";
describe("BreadcrumbsStore", () => {
let store: BreadcrumbsStore;