| 1 | import { getSnapshot, applySnapshot, unprotect, types } from "../../src" |
| 2 | import { expect, test } from "bun:test" |
| 3 | |
| 4 | test("it should avoid processing patch if is exactly the current one in applySnapshot", () => { |
nothing calls this directly
no test coverage detected