Is there any example for unit testing with gradle ...
# javascript
g
Is there any example for unit testing with gradle and qunit? My tests doesn't work when using code from my main module
Error: Error loading module 'output'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'output'
Gradle file: https://github.com/gcx11/FiveInLine/blob/master/build.gradle
r
g
Thanks, it helped me to get it working