Skip to content

Commit

Permalink
fixed issue #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummy committed Feb 5, 2019
1 parent 3444728 commit 24532a6
Show file tree
Hide file tree
Showing 29 changed files with 176 additions and 88 deletions.
1 change: 0 additions & 1 deletion dist/spec/issues/15.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/spec/issues/15.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/spec/issues/18.test.d.ts
@@ -0,0 +1 @@
export {};
12 changes: 12 additions & 0 deletions dist/spec/issues/18.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/spec/issues/18.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/src/Arguments.d.ts
@@ -1,6 +1,7 @@
export declare class Argument<T> {
private description;
private matchingFunction;
encounteredValues: any[];
constructor(description: string, matchingFunction: (arg: T) => boolean);
matches(arg: T): boolean;
toString(): string;
Expand Down
7 changes: 4 additions & 3 deletions dist/src/Arguments.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/Arguments.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions dist/src/Context.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24532a6

Please sign in to comment.