Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Oct 24, 2024
1 parent 5261d4d commit 8b54f1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/openscd/src/addons/History.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {

import { getFilterIcon, iconColors } from '../icons/icons.js';

import { Plugin } from '../open-scd.js';
import { Plugin } from '../plugin.js';

const icons = {
info: 'info',
Expand Down
2 changes: 1 addition & 1 deletion packages/openscd/src/open-scd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import type {
EditCompletedEvent,
} from '@openscd/core';
import { InstalledOfficialPlugin, MenuPosition, PluginKind, Plugin } from "./plugin.js"
import { ConfigurePluginEvent, ConfigurePluginDetail, newConfigurePluginEvent } from './plugin.events';
import { ConfigurePluginEvent, ConfigurePluginDetail, newConfigurePluginEvent } from './plugin.events.js';


// HOSTING INTERFACES
Expand Down
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 @@ -217,7 +217,7 @@ describe('OpenSCD-Plugin', () => {
});
});

describe.only('ConfigurePluginEvent', () => {
describe('ConfigurePluginEvent', () => {

type TestCase = {
desc: string
Expand Down

0 comments on commit 8b54f1d

Please sign in to comment.