mirror of
https://github.com/penpot/penpot.git
synced 2025-06-26 04:26:59 +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,5 +1,5 @@
|
|||
import { describe, test, expect, vi } from "vitest";
|
||||
import { getStyles, isDisplayBlock, isDisplayInline, setStyle, setStyles } from "./Style";
|
||||
import { getStyles, isDisplayBlock, isDisplayInline, setStyle, setStyles } from "./Style.js";
|
||||
|
||||
/* @vitest-environment jsdom */
|
||||
describe("Style", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue