Skip to content

Commit

Permalink
ref: add test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Feb 18, 2025
1 parent bb147dd commit b9648e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openscd/test/unit/Plugging.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ describe("Bugs ", async () => {
]
const doc = await fetchDoc()
const openscd = await renderMockOpenSCD(doc, "testDoc", plugins)
expect(openscd.layout.plugins).to.have.lengthOf(3)
expect(openscd.layout.plugins).to.have.lengthOf(3, getPluginNames(openscd.layout.plugins).join(", "))

openscd.layout.pluginUI.show();
openscd.layout.pluginDownloadUI.show();
Expand Down

0 comments on commit b9648e2

Please sign in to comment.