Is there an easy way to access test resources while running tests in kotlin JS?
d
Derek Ellis
05/05/2021, 3:00 PM
Easy? No. If you're targeting node you can just read them from the filesystem, bit you might have to copy the resources to a more accessible location.
If you're targeting the browser, I haven't seen anyone get it working yet, but I assume it is possible if you mess around with the test runner configuration and copy some files to the right place..