Running `jpm test`in the helloworld example causes an error message. I suppose ``` var main = require("./main"); ``` is supposed to be ``` var main = require("../lib/main"); ``` Might also be an issue for other examples.
Running
jpm testin the helloworld example causes an error message.I suppose
is supposed to be
Might also be an issue for other examples.