Skip to content

Commit

Permalink
remove file extension from import
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Dec 5, 2024
1 parent ad97a6b commit a1bd87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/foundation/edit-event.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
isUpdate,
NamespacedAttributeValue,
newEditEvent,
} from './edit-event.js';
} from './edit-event';

const doc: XMLDocument = new DOMParser().parseFromString(
`<Document></Document>`,
Expand Down

0 comments on commit a1bd87d

Please sign in to comment.