Skip to content

Commit

Permalink
Fixup parcel snapshots (expected sorting changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylorhall-atlassian committed Nov 4, 2024
1 parent 839ed8c commit d4e748a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,15 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
singleQuote: true,
})
).toMatchInlineSnapshot(`
"._1wyb12am {
"._19itlf8h {
border: 2px solid blue;
}
._1wyb12am {
font-size: 50px;
}
._syaz13q2 {
color: blue;
}
._19bv1vi7 {
padding-left: 32px;
}
._19itlf8h {
border: 2px solid blue;
}
._19pk1ul9 {
margin-top: 30px;
}
Expand All @@ -84,6 +81,9 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
._u5f31vi7 {
padding-right: 32px;
}
._19bv1vi7 {
padding-left: 32px;
}
"
`);
}, 50000);
Original file line number Diff line number Diff line change
Expand Up @@ -225,18 +225,15 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
singleQuote: true,
})
).toMatchInlineSnapshot(`
"._1wyb12am {
"._19itlf8h {
border: 2px solid blue;
}
._1wyb12am {
font-size: 50px;
}
._syaz13q2 {
color: blue;
}
._19bv1vi7 {
padding-left: 32px;
}
._19itlf8h {
border: 2px solid blue;
}
._19pk1ul9 {
margin-top: 30px;
}
Expand All @@ -255,6 +252,9 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
._u5f31vi7 {
padding-right: 32px;
}
._19bv1vi7 {
padding-left: 32px;
}
"
`);

Expand All @@ -273,7 +273,7 @@ it('transforms assets with compiled and extraction babel plugins', async () => {
style: __cmpls,
ref: __cmplr,
className: (0, _runtime.ax)([
"_syaz13q2 _1wyb1ul9 _19itlf8h _ca0q1vi7 _u5f31vi7 _n3td1vi7 _19bv1vi7",
"_19itlf8h _ca0q1vi7 _u5f31vi7 _n3td1vi7 _19bv1vi7 _syaz13q2 _1wyb1ul9",
__cmplp.className
])
}));
Expand Down

0 comments on commit d4e748a

Please sign in to comment.