Skip to content

Commit d748768

Browse files
committed
fixup: remove unused type
1 parent 26d019a commit d748768

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/stubs.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ interface WhenStubImplementation<TFunc extends AnyCallable> {
1313
[BEHAVIORS_KEY]: BehaviorStack<TFunc>
1414
}
1515

16-
export interface ConfiguredStub<TFunc extends AnyCallable> {
17-
mock: Mock<TFunc>
18-
behaviorStack: BehaviorStack<TFunc>
19-
}
20-
2116
export const configureMock = <TFunc extends AnyCallable>(
2217
mock: Mock<TFunc>,
2318
): BehaviorStack<TFunc> => {

0 commit comments

Comments
 (0)