Framework-agnostic implementation of the toEqualParsedQuery and
toEqualParsedQueryIgnoring matchers.
The exported parsedQueryMatchers object can be passed directly to
expect.extend(...) in any test framework that follows the jest-style
matcher API (vitest, jest, ...). Framework-specific side-effect modules
live next to this file (e.g. toEqualParsedQuery.ts for vitest).
Framework-agnostic implementation of the
toEqualParsedQueryandtoEqualParsedQueryIgnoringmatchers.The exported
parsedQueryMatchersobject can be passed directly toexpect.extend(...)in any test framework that follows the jest-style matcher API (vitest, jest, ...). Framework-specific side-effect modules live next to this file (e.g.toEqualParsedQuery.tsfor vitest).