| 1 | import { Entity, ShardingConfig } from "@effect/cluster" |
| 2 | import { assert, describe, it } from "@effect/vitest" |
| 3 | import { Effect } from "effect" |
| 4 | import { TestEntity, TestEntityLayer, User } from "./TestEntity.js" |
nothing calls this directly
no test coverage detected