mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 18:56:37 +02:00
🐛 Fix esm module incompatibilities on text-editor with node
This commit is contained in:
parent
04a0d867b0
commit
7faa9e970e
19 changed files with 52 additions and 52 deletions
|
@ -1,6 +1,6 @@
|
|||
import { describe, test, expect } from 'vitest';
|
||||
import { isTextNode, getTextNodeLength } from './TextNode';
|
||||
import { createLineBreak } from './LineBreak';
|
||||
import { isTextNode, getTextNodeLength } from './TextNode.js';
|
||||
import { createLineBreak } from './LineBreak.js';
|
||||
|
||||
/* @vitest-environment jsdom */
|
||||
describe("TextNode", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue