Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinBakalov committed Jul 4, 2024
1 parent 8cd82f5 commit 38d332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/__tests__/memento.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ScopedMemento } from "../client/storage/ScopedMemento"
import "jest-extended"

describe("ScopedMemento", () => {
let storage = {} as any;
let storage = {} as any

const MementoMock = jest.fn<Memento, any[]>(() => ({
get: jest.fn((key: string, defaultValue?: any) => {
Expand Down

0 comments on commit 38d332b

Please sign in to comment.