We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f4dcf commit d628780Copy full SHA for d628780
test/unit/menu/CompasCompareIED.test.ts
@@ -23,7 +23,7 @@ describe('Compas Compare IED Plugin', () => {
23
await plugin.requestUpdate();
24
});
25
26
- it('after closing the dialog everything set to undefined', async () => {
+ it('after closing the dialog everything stays undefined', async () => {
27
expect(plugin.templateDoc).to.be.undefined;
28
expect(plugin.selectedProjectIed).to.be.undefined;
29
expect(plugin.selectedTemplateIed).to.be.undefined;
0 commit comments