Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add testing instructions #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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