| 1 | import assert from 'node:assert/strict'; |
| 2 | import { test } from 'vitest'; |
| 3 | import { evaluateIsPredicate } from '../selector-is-predicates.ts'; |
| 4 | import type { SnapshotNode } from '../../kernel/snapshot.ts'; |
nothing calls this directly
no test coverage detected