Skip to content

Commit

Permalink
fix(cli): update test to new component config
Browse files Browse the repository at this point in the history
feature/static-style-extraction
  • Loading branch information
connor-baer committed Nov 16, 2020
1 parent 3fb80b4 commit 7fa7766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/static-styles/component-styles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Component styles', () => {
const component = {
name: 'styled-component',
component: fixtures.StyledComponent,
props: {
propTypes: {
value: ['string'],
disabled: [true, false],
},
Expand All @@ -57,7 +57,7 @@ describe('Component styles', () => {
const component = {
name: 'functional-component',
component: fixtures.FunctionalComponent,
props: {
propTypes: {
label: ['label'],
value: ['value'],
},
Expand Down

0 comments on commit 7fa7766

Please sign in to comment.