<https://github.com/chiachat/kbls>
# javascript
d
t
Any hint what's that is? Link without commend and no readme in repo...
d
its the repo to reproduce the issue with running the jstest i was talking about
./gradlew jsTest
c
It's unlikely that anyone will go through the trouble of cloning your repo to try and reproduce your issue, users here are volunteers and not paid to fix your issues. You're more likely to get an answer by posting at least the stacktrace, and explaining what you're doing.
d
i was more just posting to see if anyone recognized the error and could explain what was going on by taking a quick look at the build.gradle.kts. I didn't intend for anyone to spend much time on it. this is literally the only error output, there wasn't any stacktrace
404: /absoluteC:/Users/Andrew/programming/projects/kbls/build/js/node_modules/mocha/mocha.js.map
the test would just run infinitely and never do anything
a
I am more surprised that example even compiles on your machine. Because as I see from the repo KBLS class doesn't have anything or is it supposed to be exported from now package?