mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 14:51:29 +00:00
Fix snapshots
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
b77b0644b9
commit
7e0d50c6da
@ -58,6 +58,7 @@ module.exports = {
|
|||||||
'<rootDir>/examples/getstarted/',
|
'<rootDir>/examples/getstarted/',
|
||||||
'<rootDir>/packages/strapi-helper-plugin/dist/',
|
'<rootDir>/packages/strapi-helper-plugin/dist/',
|
||||||
'/OLD/',
|
'/OLD/',
|
||||||
|
'__tests__',
|
||||||
],
|
],
|
||||||
setupFilesAfterEnv: [
|
setupFilesAfterEnv: [
|
||||||
'<rootDir>/test/config/front/enzyme-setup.js',
|
'<rootDir>/test/config/front/enzyme-setup.js',
|
||||||
|
|||||||
@ -280,7 +280,7 @@ exports[`Admin | components | HeadersInput should render properly should match t
|
|||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
class="css-6q0nyr-Svg"
|
class="css-tj5bde-Svg"
|
||||||
focusable="false"
|
focusable="false"
|
||||||
height="20"
|
height="20"
|
||||||
viewBox="0 0 20 20"
|
viewBox="0 0 20 20"
|
||||||
@ -300,7 +300,7 @@ exports[`Admin | components | HeadersInput should render properly should match t
|
|||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
class="css-6q0nyr-Svg"
|
class="css-tj5bde-Svg"
|
||||||
focusable="false"
|
focusable="false"
|
||||||
height="20"
|
height="20"
|
||||||
viewBox="0 0 20 20"
|
viewBox="0 0 20 20"
|
||||||
|
|||||||
@ -871,7 +871,7 @@ exports[`<Inputs /> should match the snapshot if type is headers 1`] = `
|
|||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
className="css-6q0nyr-Svg"
|
className="css-tj5bde-Svg"
|
||||||
focusable="false"
|
focusable="false"
|
||||||
height={20}
|
height={20}
|
||||||
viewBox="0 0 20 20"
|
viewBox="0 0 20 20"
|
||||||
@ -893,7 +893,7 @@ exports[`<Inputs /> should match the snapshot if type is headers 1`] = `
|
|||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
className="css-6q0nyr-Svg"
|
className="css-tj5bde-Svg"
|
||||||
focusable="false"
|
focusable="false"
|
||||||
height={20}
|
height={20}
|
||||||
viewBox="0 0 20 20"
|
viewBox="0 0 20 20"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user