We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d019a commit d748768Copy full SHA for d748768
src/stubs.ts
@@ -13,11 +13,6 @@ interface WhenStubImplementation<TFunc extends AnyCallable> {
13
[BEHAVIORS_KEY]: BehaviorStack<TFunc>
14
}
15
16
-export interface ConfiguredStub<TFunc extends AnyCallable> {
17
- mock: Mock<TFunc>
18
- behaviorStack: BehaviorStack<TFunc>
19
-}
20
-
21
export const configureMock = <TFunc extends AnyCallable>(
22
mock: Mock<TFunc>,
23
): BehaviorStack<TFunc> => {
0 commit comments