Anyone know of a MPP with JS tests in the shared m...
# multiplatform
p
Anyone know of a MPP with JS tests in the shared module? I know to add the actual tests, but unclear on how to set up to run them
s
not sure if its what your looking for but maybe this helps? https://blog.kotlin-academy.com/testing-common-modules-66b39d641617
p
close. that is a bit dated. I want to use the stable MPP gradle plugin and run test on the common tests, targeting JS. Seems like there is some compatability issues with one of the node plugins and the gradle 4.7. There is another node gradle plugin, but apparently does not support macbook.