7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
import { describe, it } from "@effect/vitest"
|
|
|
|
describe("ClickhouseClient", () => {
|
|
it("should work", () => {
|
|
})
|
|
})
|