Skip to content

How to mock a child component property value? #5324

Answered by satanTime
jfpicard123 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there,

Also, you could use MockInstance.

  MockInstance.scope();

  it('should render', () => {
    MockInstance(ChildComponent, 'myprop', true);

    // the rest of the test.
  });

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@satanTime
Comment options

Answer selected by satanTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants