Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

fix: widget clone issue #516

Merged
merged 4 commits into from
Oct 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test
dzbo committed Oct 30, 2024
commit 733e8c03b7e6092be847c986953bd00f57963457
4 changes: 4 additions & 0 deletions domains/grid/components/__tests__/GridFloatingMenu.spec.ts
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@ import { createTestingPinia } from '@pinia/testing'
import { beforeEach, describe, expect, it, vi } from 'vitest'
import GridFloatingMenu from '../GridFloatingMenu.vue'

vi.mock('/utils/getCurrentProfileAddress', () => ({
getCurrentProfileAddress: () => '0xcafebabe',
}))

describe('GridFloatingMenu', () => {
beforeEach(() => {
useIntl().setupIntl(defaultConfig)