Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
6
repos/effect/packages/sql/sqlite-bun/test/Client.test.ts
Normal file
6
repos/effect/packages/sql/sqlite-bun/test/Client.test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { describe, it } from "@effect/vitest"
|
||||
import { Effect } from "effect"
|
||||
|
||||
describe("Client", () => {
|
||||
it.effect("should work", () => Effect.void)
|
||||
})
|
||||
Reference in New Issue
Block a user