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.