it("should get a test.js", function(done){
        this.timeout(5000);
        chai.request("http://localhost:5000")
            .get("/static/test.js")
            .end(function(err, res){