warriordog/mooltipage

Tests for expressions in the attributes of custom tags

Open

#5 opened on Aug 10, 2020

 (0 comments) (0 reactions) (0 assignees)TypeScript (4 forks)auto 404
good first issuetests

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Test situations involving expressions in the attributes of custom tags. This has been implicitly tested in many places, but explicit testing is needed of all custom attributes with both types of expressions (handlebars and template string) wherever applicable.

For clarity, here is an example of the situation described:

<m-var component-name="foo-component" />
<m-var component-path="components/${ $.componentName }/fragment.html" />
<m-fragment src="{{ $.componentPath }}" />

Contributor guide