Skip to content

Testing components with @Attribute #2548

Answered by satanTime
maxs-rose asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

as I see, @Attribute is static, it means <input type="text"> injects text, whereas <input type="{{ type }}"> or <input [type]="type"> inject null.

I would suggest to pass a template instead of the class:

it('test', () => {
  const { point } = MockRender<Example>('<example test="test"></example>');
  expect(point.componentInstance.test).toEqual('test');
});

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@maxs-rose
Comment options

Answer selected by maxs-rose
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