| 1 | /* eslint-disable @typescript-eslint/no-deprecated -- serializeEarliestVersion (SC3) is part of the tested contract */ |
| 2 | import { assert } from '@tldraw/utils' |
| 3 | import { describe, expect, it, test, vi } from 'vitest' |
| 4 | import { BaseRecord, RecordId } from './BaseRecord' |
nothing calls this directly
no test coverage detected