Skip to content

solid-markdown v2 causes Vitest tests to error #27

@JasperVandenberghen

Description

@JasperVandenberghen
stderr | unknown test
Module "util" has been externalized for browser compatibility. Cannot access "util.deprecate" in client code. See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.

 ❯ src/pages/package/Package.test.tsx (0)

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

 FAIL  src/pages/package/Package.test.tsx [ src/pages/package/Package.test.tsx ]
TypeError: util.deprecate is not a function
 ❯ node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/node.js node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/node.js:18:24
 ❯ __require node_modules/.vitest/deps/chunk-5WWUZCGV.js:8:50
 ❯ node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/index.js node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/index.js:9:19
 ❯ __require node_modules/.vitest/deps/chunk-5WWUZCGV.js:8:50
 ❯ node_modules/.pnpm/micromark@3.2.0/node_modules/micromark/dev/lib/create-tokenizer.js:31:25

The new version seems to break Vitest test, when removing the SolidMarkdown components from the rendered page all tests pass.

Relevant packages:

    "solid-js": "^1.8.6",
    "solid-markdown": "^2.0.0",
    "typescript": "^5.3.2",
    "vite": "^4.5.0",
    "vite-plugin-solid": "^2.7.2",
    "@solidjs/testing-library": "^0.8.4",
    "@testing-library/jest-dom": "^6.1.4",
    "vitest": "^0.34.6"

Stackblitz link with error recreated , run pnpm run test command to recreate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions