forked from aws-amplify/amplify-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(@aws-amplify/core): Throw Error if body attribute passed to Sign… (
aws-amplify#10137) * feat(@aws-amplify/core): Throw Error if body attribute passed to Signer.sign() Co-authored-by: Ahilash Sasidharan ahilashs@yahoo.com * Set space-before-function-paren to false for unit test * Make changes in response to PR comments * Make changes in response to PR comments * Find issue with unit tests * Move sign error tests into Signer-test * Set space-before-function-paren to false for unit test * Run test with space-before-function-paren set to true * Fix space before function error * Update tslint.json Set "space-before-function-paren" back to default setting. * Remove spaces before keyword "function" Return original formatting rule of no-spaces before "function" keyword. Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
- Loading branch information
1 parent
dbe57a4
commit 360bde2
Showing
2 changed files
with
64 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters