Skip to content

Commit

Permalink
Extend XMLTemplateAnalyzer test case
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 4, 2019
1 parent 67fd296 commit 1eac1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/lbt/analyzer/XMLTemplateAnalyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test("integration: Analysis of an xml view", async (t) => {
<m:Button text="Button 1" id="button1" />
<m:Button text="Button 2" id="button2" />
<m:Button text="Button 3" id="button3" />
<m:Button />
</l:HorizontalLayout>
</mvc:View>`;
const mockPool = {async findResource(name) {
Expand Down

0 comments on commit 1eac1ee

Please sign in to comment.