| 1 | import { afterEach, beforeEach, describe, expect, test } from "bun:test"; |
| 2 | import { MAX_IMAGE_DIMENSION } from "@/common/constants/imageAttachments"; |
| 3 | import { computeResizedDimensions, resizeImageIfNeeded } from "./imageResize"; |
| 4 |
nothing calls this directly
no test coverage detected