There was an error while loading. Please reload this page.
mockItem is a method designed to make it easy to create fake items for testing.
import { beforeEach, afterEach, describe, expect, it, vi } from 'vitest' import { mockItem } from '@revolutionarygamesco/common-foundryvtt/mocks' const item = mockItem({ name: 'Test', documentName: 'Item' })