diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-05-31 16:11:04 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-01 20:20:47 +0200 |
commit | 65724b3c1a445841184f7bb3aaab0fd8092f0764 (patch) | |
tree | 6f2a9c47017a0d7e1b5b2a1860b667e862433959 /server/sonar-web/src/main/js/components/issue | |
parent | fa9d4c659b1ecfcc3cb7b76994282230babcd3e8 (diff) | |
download | sonarqube-65724b3c1a445841184f7bb3aaab0fd8092f0764.tar.gz sonarqube-65724b3c1a445841184f7bb3aaab0fd8092f0764.zip |
Update to Jest 23
Diffstat (limited to 'server/sonar-web/src/main/js/components/issue')
-rw-r--r-- | server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap index 3c62307690e..948279ebf57 100644 --- a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap +++ b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap @@ -10,12 +10,17 @@ exports[`should open the popup when the button is clicked 1`] = ` overlay={ <CommentPopup onComment={[Function]} - placeholder={undefined} toggleComment={ [MockFunction] { "calls": Array [ Array [], ], + "results": Array [ + Object { + "isThrow": false, + "value": undefined, + }, + ], } } /> @@ -45,7 +50,6 @@ exports[`should render correctly 1`] = ` overlay={ <CommentPopup onComment={[Function]} - placeholder={undefined} toggleComment={[MockFunction]} /> } |