I'm getting a `Error: Cannot find module 'kotlin'`...
# javascript
c
I'm getting a
Error: Cannot find module 'kotlin'
when executing tests with Kotlin 1.9.21 and kotlin-test. For some reason, another module that uses Kotest (but otherwise a similar configuration) doesn't have the problem. Full stack trace: https://gitlab.com/opensavvy/prepared/-/jobs/5805799340#L145 Gradle build script: https://gitlab.com/opensavvy/prepared/-/blob/mirroring-14250/runners/runner-kotlin-test/build.gradle.kts Convention plugin: https://gitlab.com/opensavvy/automation/gradle-conventions/-/blob/0.3.2/kotlin/src/main/kotlin/abstractLibrary.gradle.kts (I don't think it has anything that impacts this, but just in case) Last time I had this issue, it was a webpack configuration issue—but this time, I am just running the JS tests, so there is no webpack configuration?