Files

7 lines
120 B
TypeScript

import { describe, it } from "@effect/vitest"
describe("ClickhouseClient", () => {
it("should work", () => {
})
})