Skip to content

Commit 4c2898a

Browse files
committed
chore: fix tests
1 parent 91656fd commit 4c2898a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/styled/tests/__snapshots__/styled.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ exports[`styled higher order component 1`] = `
242242
.emotion-0 {
243243
font-size: 20px;
244244
background-color: #7fc8d6;
245-
background-color: '#343a40';
245+
background-color: #343a40;
246246
-webkit-flex-direction: column;
247247
-ms-flex-direction: column;
248248
flex-direction: column;

packages/styled/tests/styled.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ describe.only("styled", () => {
371371
const flexColumn = Component => {
372372
const NewComponent = styled(Component)`
373373
${squirtleBlueBackground};
374-
background-color: '#343a40';
374+
background-color: #343a40;
375375
flex-direction: column;
376376
`
377377

0 commit comments

Comments
 (0)