warriordog/mooltipage

Tests for expressions in the attributes of custom tags

オープン

#5 opened on 2020/08/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (4 件のフォーク)auto 404
good first issuetests

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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 }}" />

コントリビューターガイド