Skip to content

Conversation

saidkholov
Copy link

No description provided.

@dutzi
Copy link

dutzi commented Mar 4, 2019

This doesn't work for me, I have a component set up like this:

@track((props) => ({
  some_prop: props.something ? 'value-1' : 'value-2',
}))
export class MyComponent extends Component {
  ...
})

@saidkholov
Copy link
Author

The instructions are to test methods within a class. You might want to mock the library to successfully test in your case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants