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