diff options
Diffstat (limited to 'tst/canary')
| -rw-r--r-- | tst/canary/email.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tst/canary/email.spec.ts b/tst/canary/email.spec.ts index fa22e37..375816f 100644 --- a/tst/canary/email.spec.ts +++ b/tst/canary/email.spec.ts @@ -1,4 +1,4 @@ -import { mock, test, expect, beforeEach } from "bun:test"; +import { mock, test, expect } from "bun:test"; import * as TE from "fp-ts/lib/TaskEither"; import { perform, type EmailJobDependencies } from "../../src/canary/email"; import type { |
