Skip to content

Commit

Permalink
[YAML] Update examples/placeholder dedicated tests templates with the…
Browse files Browse the repository at this point in the history
… new paths
  • Loading branch information
vivien-apple committed Feb 18, 2022
1 parent c83004d commit d5d6d46
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions examples/placeholder/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,17 @@
"name": "header",
"path": "../../../src/app/zap-templates/partials/header.zapt"
},
{
"name": "clusters_header",
"path": "../../../src/app/zap-templates/partials/clusters_header.zapt"
},
{
"name": "cluster_header",
"path": "../../../src/app/zap-templates/partials/cluster_header.zapt"
},
{
"name": "test_cluster",
"path": "../../../examples/chip-tool/templates/partials/test_cluster.zapt"
"path": "../../../examples/chip-tool/templates/tests/partials/test_cluster.zapt"
},
{
"name": "commandValue",
"path": "../../../examples/chip-tool/templates/partials/test_cluster_command_value.zapt"
"path": "../../../examples/chip-tool/templates/tests/partials/command_value.zapt"
},
{
"name": "valueEquals",
"path": "../../../examples/chip-tool/templates/partials/test_cluster_value_equals.zapt"
"path": "../../../examples/chip-tool/templates/tests/partials/value_equals.zapt"
}
],
"templates": [
Expand Down

0 comments on commit d5d6d46

Please sign in to comment.