| 1 | import { create } from "@bufbuild/protobuf"; |
| 2 | import { TimestampSchema } from "@bufbuild/protobuf/wkt"; |
| 3 | import { describe, expect, it, vi } from "vitest"; |
| 4 | import { Engine } from "@/types/proto-es/v1/common_pb"; |
nothing calls this directly
no test coverage detected