Skip to content

Commit

Permalink
build: cc
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Nov 7, 2020
1 parent 0a6712b commit 0c1b5c0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lib/mock-builder/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,7 @@ export interface IMockBuilder {
/**
* @see https://github.com/ike18t/ng-mocks#mockbuildermock
*/
mock<T>(provider: AnyType<T>, mock: AnyType<T>, config: IMockBuilderConfig): this;

/**
* @see https://github.com/ike18t/ng-mocks#mockbuildermock
*/
mock<T>(provider: AnyType<T>, mock: Partial<T>, config: IMockBuilderConfig): this;

/**
* @see https://github.com/ike18t/ng-mocks#mockbuildermock
*/
mock<T>(provider: AnyType<T>, mock: AnyType<T>, config: IMockBuilderConfig): this;
mock<T>(provider: AnyType<T>, mock: AnyType<T> | Partial<T>, config: IMockBuilderConfig): this;

/**
* @see https://github.com/ike18t/ng-mocks#mockbuildermock
Expand Down

0 comments on commit 0c1b5c0

Please sign in to comment.