mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-24 02:41:54 +01:00
[PM-6426] Fixing jest tests and lint errors
This commit is contained in:
parent
2154b444d6
commit
0d9de68ba4
@ -7,6 +7,9 @@ describe("BrowserApi", () => {
|
||||
|
||||
afterEach(() => {
|
||||
jest.clearAllMocks();
|
||||
// eslint-disable-next-line
|
||||
// @ts-ignore
|
||||
globalThis.browser = {};
|
||||
});
|
||||
|
||||
describe("isManifestVersion", () => {
|
||||
|
@ -19,9 +19,9 @@ import { EnvironmentService } from "../platform/abstractions/environment.service
|
||||
import { LogService } from "../platform/abstractions/log.service";
|
||||
import { MessagingService } from "../platform/abstractions/messaging.service";
|
||||
import { StateService } from "../platform/abstractions/state.service";
|
||||
import { UserId } from "../types/guid";
|
||||
import { TaskSchedulerService } from "../platform/abstractions/task-scheduler.service";
|
||||
import { ScheduledTaskNames } from "../platform/enums/scheduled-task-name.enum";
|
||||
import { UserId } from "../types/guid";
|
||||
import { SyncService } from "../vault/abstractions/sync/sync.service.abstraction";
|
||||
|
||||
export class NotificationsService implements NotificationsServiceAbstraction {
|
||||
|
Loading…
Reference in New Issue
Block a user