fix: improve example app vite config for @heroicons resolution #29
Annotations
10 errors
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should handle empty document gracefully:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:218:28
|
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should import a complex document with multiple elements:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:192:28
|
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should import images from .docx:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:164:28
|
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should import numbered lists from .docx:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:149:28
|
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should import bulleted lists from .docx:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:134:28
|
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should import bold and italic text from .docx:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:117:28
|
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should import headings from .docx:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:93:28
|
|
test/react/docxUtils.test.tsx > docxUtils > importFromDocx > should import a simple paragraph from .docx:
react/docxUtils.ts#L26
Error: Failed to import .docx file
❯ Module.importFromDocx react/docxUtils.ts:26:11
❯ test/react/docxUtils.test.tsx:77:28
|
|
Unhandled error:
test/vanilla/editium.accessibility.test.js#L442
AssertionError: expected '-1' to be '0' // Object.is equality
Expected: "0"
Received: "-1"
❯ Timeout._onTimeout test/vanilla/editium.accessibility.test.js:442:53
❯ listOnTimeout node:internal/timers:581:17
❯ processTimers node:internal/timers:519:7
This error originated in "test/vanilla/editium.accessibility.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Unhandled error:
test/vanilla/editium.accessibility.test.js#L388
Error: done() callback is deprecated, use promise instead
❯ context node_modules/@vitest/runner/dist/chunk-hooks.js:1926:9
❯ Timeout._onTimeout test/vanilla/editium.accessibility.test.js:388:7
❯ listOnTimeout node:internal/timers:581:17
❯ processTimers node:internal/timers:519:7
This error originated in "test/vanilla/editium.accessibility.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|