diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-11 17:46:38 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-12 17:37:53 +0100 |
commit | 91dcb7b968fed3eec9d81d1f096ebb936e3b3592 (patch) | |
tree | 701b1ce17eab73405bbdd818f21e89b4da52adad /server/sonar-web/src/main/js/apps/system | |
parent | 572fd173640d6cccad67421e0a3ee80de70aeb84 (diff) | |
download | sonarqube-91dcb7b968fed3eec9d81d1f096ebb936e3b3592.tar.gz sonarqube-91dcb7b968fed3eec9d81d1f096ebb936e3b3592.zip |
update jest & enzyme
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/components/system-upgrade/__tests__/__snapshots__/SystemUpgradeForm-test.tsx.snap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/components/system-upgrade/__tests__/__snapshots__/SystemUpgradeForm-test.tsx.snap b/server/sonar-web/src/main/js/apps/system/components/system-upgrade/__tests__/__snapshots__/SystemUpgradeForm-test.tsx.snap index 2530d3b3b8d..230aaf0a0a4 100644 --- a/server/sonar-web/src/main/js/apps/system/components/system-upgrade/__tests__/__snapshots__/SystemUpgradeForm-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/system/components/system-upgrade/__tests__/__snapshots__/SystemUpgradeForm-test.tsx.snap @@ -3,7 +3,7 @@ exports[`should display correctly 1`] = ` <Modal contentLabel="system.system_upgrade" - onRequestClose={[Function]} + onRequestClose={[MockFunction]} > <div className="modal-head" |