diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-12-20 16:25:47 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-21 20:03:47 +0000 |
commit | b5db17b1341d9798ccc8e491b093228b53564719 (patch) | |
tree | ba090d72597e6ea8f14b0a2f53903fd103bb8603 /server/sonar-web/src/main/js/apps/projectDump | |
parent | 13bebcd11575c43ad5075e9e8e066343f5ef4158 (diff) | |
download | sonarqube-b5db17b1341d9798ccc8e491b093228b53564719.tar.gz sonarqube-b5db17b1341d9798ccc8e491b093228b53564719.zip |
[NO JIRA] Upgrade jest
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectDump')
2 files changed, 8 insertions, 8 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectDump/__tests__/__snapshots__/ProjectDumpApp-test.tsx.snap b/server/sonar-web/src/main/js/apps/projectDump/__tests__/__snapshots__/ProjectDumpApp-test.tsx.snap index 7282eaac0b9..e176282cfa9 100644 --- a/server/sonar-web/src/main/js/apps/projectDump/__tests__/__snapshots__/ProjectDumpApp-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/projectDump/__tests__/__snapshots__/ProjectDumpApp-test.tsx.snap @@ -28,9 +28,9 @@ exports[`should render correctly: loaded 1`] = ` <Export componentKey="my-project" loadStatus={[Function]} - status={Object {}} + status={{}} task={ - Object { + { "executedAt": "2020-03-12T12:22:20Z", "startedAt": "2020-03-12T12:20:20Z", "status": "SUCCESS", @@ -44,7 +44,7 @@ exports[`should render correctly: loaded 1`] = ` > <Import analysis={ - Object { + { "executedAt": "2020-03-12T12:22:20Z", "startedAt": "2020-03-12T12:20:20Z", "status": "SUCCESS", @@ -54,9 +54,9 @@ exports[`should render correctly: loaded 1`] = ` componentKey="my-project" importEnabled={true} loadStatus={[Function]} - status={Object {}} + status={{}} task={ - Object { + { "executedAt": "2020-03-12T12:22:20Z", "startedAt": "2020-03-12T12:20:20Z", "status": "SUCCESS", @@ -97,7 +97,7 @@ exports[`should render correctly: loaded without import 1`] = ` <Export componentKey="my-project" loadStatus={[Function]} - status={Object {}} + status={{}} /> </div> <div @@ -107,7 +107,7 @@ exports[`should render correctly: loaded without import 1`] = ` componentKey="my-project" importEnabled={false} loadStatus={[Function]} - status={Object {}} + status={{}} /> </div> </div> diff --git a/server/sonar-web/src/main/js/apps/projectDump/components/__tests__/__snapshots__/Import-test.tsx.snap b/server/sonar-web/src/main/js/apps/projectDump/components/__tests__/__snapshots__/Import-test.tsx.snap index 7c3c0bd960b..0a0c403a888 100644 --- a/server/sonar-web/src/main/js/apps/projectDump/components/__tests__/__snapshots__/Import-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/projectDump/components/__tests__/__snapshots__/Import-test.tsx.snap @@ -44,7 +44,7 @@ exports[`should render correctly: failed 1`] = ` <ForwardRef(Link) className="spacer-left" to={ - Object { + { "hash": "", "pathname": "/project/background_tasks", "search": "?id=key&status=FAILED&taskType=PROJECT_IMPORT", |