diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-12-21 12:29:07 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-22 20:03:06 +0000 |
commit | b63e16cfc662c0c5cdd05b9db64ac17b5644c260 (patch) | |
tree | a86a88d65b28be5217025078abeeef0c18e35815 /server/sonar-web/src/main/js/apps/projectBaseline | |
parent | 1402efe59f91b2f294b7dfc236af4c2204e04387 (diff) | |
download | sonarqube-b63e16cfc662c0c5cdd05b9db64ac17b5644c260.tar.gz sonarqube-b63e16cfc662c0c5cdd05b9db64ac17b5644c260.zip |
[NO JIRA] Upgrade jest-emotion --> @emotion/jest
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectBaseline')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectBaseline/components/__tests__/__snapshots__/BranchListRow-test.tsx.snap | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectBaseline/components/__tests__/__snapshots__/BranchListRow-test.tsx.snap b/server/sonar-web/src/main/js/apps/projectBaseline/components/__tests__/__snapshots__/BranchListRow-test.tsx.snap index 5df9d7b064a..944ad428b4f 100644 --- a/server/sonar-web/src/main/js/apps/projectBaseline/components/__tests__/__snapshots__/BranchListRow-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/projectBaseline/components/__tests__/__snapshots__/BranchListRow-test.tsx.snap @@ -1,9 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`should render correctly: branch with number of days 1`] = ` -<tr - className="" -> +<tr> <td className="nowrap" > @@ -53,9 +51,7 @@ exports[`should render correctly: branch with number of days 1`] = ` `; exports[`should render correctly: branch with previous version 1`] = ` -<tr - className="" -> +<tr> <td className="nowrap" > @@ -104,9 +100,7 @@ exports[`should render correctly: branch with previous version 1`] = ` `; exports[`should render correctly: branch with reference branch 1`] = ` -<tr - className="" -> +<tr> <td className="nowrap" > @@ -156,9 +150,7 @@ exports[`should render correctly: branch with reference branch 1`] = ` `; exports[`should render correctly: branch with specific analysis 1`] = ` -<tr - className="" -> +<tr> <td className="nowrap" > @@ -260,9 +252,7 @@ exports[`should render correctly: faulty branch 1`] = ` `; exports[`should render correctly: main branch with default 1`] = ` -<tr - className="" -> +<tr> <td className="nowrap" > |