I'd like to write some tests for my kotlin/js code in typescript, so that I can verify that I can call my lib that way I expect. I can create a whole new gradle subproject for this, but wondering if there is a simpler way to do it, where the typescript test source tree sits alongside my kotlin test source tree. How are other people approaching this?