Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 ] Vitest not working with Components, followup #35

Closed
yoroshikun opened this issue Nov 26, 2023 · 1 comment
Closed

[🐛 ] Vitest not working with Components, followup #35

yoroshikun opened this issue Nov 26, 2023 · 1 comment

Comments

@yoroshikun
Copy link

yoroshikun commented Nov 26, 2023

Issue

This is a follow up for the test issue here

Here is the reproduction. Running build or test (simplest way is useing this dropdown) will error in slightly different ways described above.
image

TEST
Error: Optimizer should replace all usages of $() with some special syntax. If you need to create a QRL manually, use inlinedQrl() instead.

Build

"fileURLToPath" is not exported by "__vite-browser-external", imported by "node_modules/@builder.io/qwik/testing/index.mjs".
file: /Users/me/projects/personal/site/node_modules/@builder.io/qwik/testing/index.mjs:22378:9
22376: // packages/qwik/src/testing/platform.ts
22377: import { existsSync } from "fs";
22378: import { fileURLToPath } from "url";
@thejackshelton
Copy link
Member

Ah thank you for reminding me, let me close this one and reopen the old one for the previous context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants