-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Description
CI Failure
https://github.com/rolldown/rolldown/actions/runs/23382731682/job/68024743840
Failing Test
playground/assets/__tests__/assets.spec.ts > css and assets in css in build watch > import with raw query
Suite: test-build
Error
AssertionError: expected 'foo' to be 'zoo' // Object.is equality
Expected: "zoo"
Received: "foo"
❯ playground/assets/__tests__/assets.spec.ts:721:50
719| await notifyRebuildComplete(watcher)
720| await page.reload()
721| expect(await page.textContent('.raw-query')).toBe('zoo')
| ^
722| })
723| })
Build watch does not pick up file changes for raw query imports — the content remains 'foo' instead of updating to 'zoo'.
Workaround
Skipped in #8840.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackPriority
None yet