Skip to content

Commit

Permalink
fix extraneous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Sep 25, 2024
1 parent 9274a88 commit d092e11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vitest/src/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ const makeTester = <R, E2 = never>(
export const effect = makeTester<TestServices.TestServices>(Effect.provide(TestEnv))

/** @internal */
export const scoped = makeTester<TestServices.TestServices | Scope.Scope>(
flow(Effect.scoped, Effect.provide(TestEnv))
)
export const scoped = makeTester<TestServices.TestServices | Scope.Scope>(flow(Effect.scoped, Effect.provide(TestEnv)))

/** @internal */
export const live = makeTester<never>(identity)
Expand Down

0 comments on commit d092e11

Please sign in to comment.