fix(build): update build config, bump dependencies, and adjust test import paths after element reorganization

This commit is contained in:
2025-12-19 12:36:12 +00:00
parent 761b0b678b
commit 811ec492d8
27 changed files with 179 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
import { expect, tap } from '@git.zone/tstest/tapbundle';
import { DeesInputWysiwyg } from '../ts_web/elements/wysiwyg/dees-input-wysiwyg.js';
import { DeesInputWysiwyg } from '../ts_web/elements/00group-input/dees-input-wysiwyg/dees-input-wysiwyg.js';
tap.test('should create wysiwyg editor', async () => {
const editor = new DeesInputWysiwyg();