How should I go about accessing test resources fro...
# javascript
a
How should I go about accessing test resources from kotlin-js tests? I’m able to access normal resources by http get, but that is failing in a testing context.
1
i