I am trying to test my kotlin/js project with moch...
# javascript
p
I am trying to test my kotlin/js project with mocha. I have used the build.gradle provided here https://github.com/JetBrains/kotlin-examples/blob/master/gradle/js-tests/mocha/build.gradle. The tests run and I get output on the console. However in IntelliJ the run tab says "Test events were not received", also when I attempt to click on the run button next to a method annotated with Test it says "nothing here"... any ideas what might have gone wrong?
1
c
I haven't done that, but we did ask a question around unit testing the other day (see above)
There is also a sample project50 for IntelliJ IDEA. To run the tests in the IDE you need the Ultimate version with NodeJs1 plugin installed.
towards the bottom
😮 1