diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-03-22 14:20:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-03-29 09:44:59 +0100 |
commit | 9d62bc6df05b958d154e831a52302e46b89e7d77 (patch) | |
tree | ee3c5ba6c29040619a8fcfbae99b487ff10685bb /server/sonar-web/src/main/js/apps/about | |
parent | 17bbc381c796efc51326c96e77c0fe7294c6a010 (diff) | |
download | sonarqube-9d62bc6df05b958d154e831a52302e46b89e7d77.tar.gz sonarqube-9d62bc6df05b958d154e831a52302e46b89e7d77.zip |
Update jest and enzyme
* Update jest snapshots
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/components/__tests__/__snapshots__/AboutApp-test.tsx.snap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/components/__tests__/__snapshots__/AboutApp-test.tsx.snap b/server/sonar-web/src/main/js/apps/about/components/__tests__/__snapshots__/AboutApp-test.tsx.snap index c4a8c0e54b4..f1923220a93 100644 --- a/server/sonar-web/src/main/js/apps/about/components/__tests__/__snapshots__/AboutApp-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/about/components/__tests__/__snapshots__/AboutApp-test.tsx.snap @@ -27,7 +27,7 @@ exports[`should render correctly 1`] = ` ], "results": Array [ Object { - "isThrow": false, + "type": "return", "value": undefined, }, ], @@ -36,6 +36,7 @@ exports[`should render correctly 1`] = ` location={ Object { "action": "PUSH", + "hash": "", "key": "key", "pathname": "/path", "query": Object {}, @@ -48,6 +49,7 @@ exports[`should render correctly 1`] = ` location={ Object { "action": "PUSH", + "hash": "", "key": "key", "pathname": "/path", "query": Object {}, |