-
-
Notifications
You must be signed in to change notification settings - Fork 118
Add support for Assets #1846
Copy link
Copy link
Open
Labels
needs designMore design is needed before this issue should result in a feature being implemented.More design is needed before this issue should result in a feature being implemented.
Metadata
Metadata
Assignees
Labels
needs designMore design is needed before this issue should result in a feature being implemented.More design is needed before this issue should result in a feature being implemented.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hey,
I need to test a component that iterates over the
Assetsproperty.I am currently struggling to figure out how to seed these Assets in bunit.
I already saw that this has been suggested for
net9.0, and I am working innet10.0.However that issue has been closed, because the usecase under test was (probably) appending the hash to the path.
#1612
But my usecase to test is an iteration over these assets.
So my question is:
How exactly would I correctly set these assets up in bUnit?
Scenario