Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge 5cb7180 into 6a29a23
Browse files Browse the repository at this point in the history
  • Loading branch information
kg0r0 committed Jul 23, 2019
2 parents 6a29a23 + 5cb7180 commit 0c594d1
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 20 deletions.
4 changes: 2 additions & 2 deletions lib/src/assertion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export declare function assertionOptions(req: Request): Promise<AssertionOptions
* @returns {undefined}
*/
export declare function assertionResult(req: Request): Promise<{
status: string;
errorMessage: string;
status: any;
errorMessage: any;
}>;
export {};
14 changes: 8 additions & 6 deletions lib/src/assertion.js

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

2 changes: 1 addition & 1 deletion lib/src/assertion.js.map

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

37 changes: 37 additions & 0 deletions lib/test/assertion.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 lib/test/assertion.test.js.map

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

0 comments on commit 0c594d1

Please sign in to comment.